powerful-football-81694
01/13/2019, 6:10 PM@pulumi/azure
, so it would also be helpful to get some insights into what the philosophy is there. Is the Azure resource provider meant to more or less mirror what ARM can do? If so, is there a significant backlog there of things to add?powerful-football-81694
01/13/2019, 6:11 PMchilly-photographer-60932
01/14/2019, 3:34 PMwarning: Cluster failed to report its version number; falling back to 1.9%!(EXTRA bool=false)
warning: Cluster failed to report its version number; falling back to 1.9%!(EXTRA bool=false)
Plan apply failed: Get <https://redacted/apis/networking.istio.io/v1alpha3>: net/http: TLS handshake timeout
Plan apply failed: Get <https://redacted/apis/networking.istio.io/v1alpha3>: net/http: TLS handshake timeout
chilly-photographer-60932
01/14/2019, 3:35 PMchilly-photographer-60932
01/14/2019, 3:36 PMfancy-magazine-29876
01/14/2019, 5:15 PM@pulumi/kubernetes
? https://github.com/pulumi/examples/blob/master/kubernetes-ts-guestbook/components/k8sjs.tsfancy-magazine-29876
01/14/2019, 5:16 PMadamant-restaurant-73893
01/14/2019, 5:45 PMcuddly-eye-68174
01/14/2019, 9:10 PMfancy-magazine-29876
01/14/2019, 9:31 PMfancy-magazine-29876
01/15/2019, 2:06 AM{"__pulumiOutput":true,"isKnown":{}}
instead of what I expect to be an array of ASG names. this syntax works other places so I am confused
const autoscalingGroups = pulumi.output(aws.getAutoscalingGroups({
filters: [
{
name: "key",
values: [`<http://kubernetes.io/cluster/${environment}`|kubernetes.io/cluster/${environment}`>],
}
]
})).apply(v => v.names);
some-waitress-78905
01/15/2019, 2:43 AMundefined
?
let greetingFunction = new gcpFunction.HttpFunction(
"greeting",
postgraphile(
{
user: process.env.DB_USERNAME,
host: `/cloudsql/${process.env.CONNECTION_NAME}`,
database: process.env.DB_NAME,
password: process.env.DB_PASSWORD,
port: 5432,
},
{
graphiql: true,
}
),
{},
// pass params into function as env vars
{
CONNECTION_NAME: sql.instance.connectionName,
DB_USERNAME: sql.user.name,
DB_PASSWORD: sql.user.password,
DB_NAME: sql.database.name
}
);
running that returns the following error:
Error: connect ENOENT /cloudsql/undefined/.s.PGSQL.5432
gifted-island-55702
01/15/2019, 1:55 PMfancy-magazine-29876
01/15/2019, 6:31 PMcuddly-eye-68174
01/15/2019, 8:32 PMincalculable-angle-91273
01/16/2019, 12:44 AMpackage main
import (
"<http://github.com/pulumi/pulumi-aws/sdk/go/aws/s3|github.com/pulumi/pulumi-aws/sdk/go/aws/s3>"
"<http://github.com/pulumi/pulumi/sdk/go/pulumi|github.com/pulumi/pulumi/sdk/go/pulumi>"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
// Create an AWS resource (S3 Bucket)
bucket, err := s3.NewBucket(ctx, "my-bucket", nil)
if err != nil {
return err
}
// Export the DNS name of the bucket
ctx.Export("bucketName", bucket.BucketDomainName())
return nil
})
}
but when I run pulumi stack
i get this without any outputs:
▶ pulumi stack
Current stack is MINDBODY-Platform/bb8-richard-laub:
Owner: MINDBODY-Platform
Last updated: 3 minutes ago (2019-01-15 16:40:04.79614 -0800 PST)
Pulumi version: v0.16.10
Plugin go [language] version: 0.16.10
Plugin aws [resource] version: 0.16.5
Current stack resources (3):
TYPE NAME
pulumi:pulumi:Stack bb8-bb8-richard-laub
pulumi:providers:aws default
aws:s3/bucket:Bucket my-bucket
Current stack outputs (0):
No output values currently in this stack
More information at: <https://app.pulumi.com/MINDBODY-Platform/bb8-richard-laub>
Use `pulumi stack select` to change stack; `pulumi stack ls` lists known ones
What is causing my outputs not to show?cuddly-eye-68174
01/16/2019, 10:48 AMorange-tailor-85423
01/16/2019, 4:49 PMorange-tailor-85423
01/16/2019, 4:49 PMorange-tailor-85423
01/16/2019, 4:50 PMbetter-rainbow-14549
01/16/2019, 6:55 PMPS C:\> powershell -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient)
.DownloadString('<https://get.pulumi.com/install.ps1>'))"
Exception calling "DownloadString" with "1" argument(s): "The request was aborted: Could not create SSL/TLS secure
channel."
At line:1 char:1
busy-umbrella-36067
01/16/2019, 7:06 PMabundant-exabyte-33805
01/16/2019, 9:39 PMabundant-exabyte-33805
01/16/2019, 9:39 PMchilly-dusk-63796
01/17/2019, 12:02 AMsome-waitress-78905
01/17/2019, 10:15 AM1 Pods failed to run because: [ImagePullBackOff] Back-off pulling image "fleetgrid/fleetgrid-backend_fleetgrid-backend:cfdc13daf290ee6f6eda13a840a6055bf3193303d552bf2a41019392cd8a641b"
better-rainbow-14549
01/17/2019, 1:23 PMbetter-rainbow-14549
01/17/2019, 1:23 PMbetter-rainbow-14549
01/17/2019, 4:23 PMorange-tailor-85423
01/17/2019, 10:04 PMorange-tailor-85423
01/17/2019, 10:04 PM