gifted-island-55702
12/19/2018, 3:09 PM[object ..]
instead of the actual project id string). This was “consumed” in my another stack via a stack reference and getOutput
. The issue was that after I have fixed the kubeconfig output in my first stack, the one that was consuming it hasn’t detect any changes and I couldn’t fix the issue reported by k8s provider due to invalid yaml config. Is there a document describing when outputs are being updated in the consuming stacks?faint-motherboard-95438
12/19/2018, 9:22 PMgcloud
account used by pulumi ? Either the one from gcloud auth
or the one from export GOOGLE_APPLICATION_CREDENTIALS
(which drives me crazy to have both btw) ? gcp.config.credentials
returns undefined
; gcp.serviceAccount.getAccount()
or gcp.serviceAccount.Account.get()
wants an id while I only can know the email of the account.. I’m kind of out of options from what I can think of.brave-angle-33257
12/20/2018, 4:22 AMnpm install
inside docker, and then on my host macOS, it complains about the version of gRCP.. however, while developing, I found that if you pulumi up
with the wrong one in place, apparently it deletes everything. Since this is for automation, I added a -y
to my pulumi up
command, but what i got was a full destroy. Probably not a bug, per se, but thinking you guys should be aware.shy-finland-77998
12/20/2018, 1:31 PMambitious-furniture-60362
12/20/2018, 7:29 PMgo
bucket, err := storage.NewBucket(ctx, "my-bucket", &storage.BucketArgs{
ForceDestroy: true,
})
if err != nil {
return err
}
Any idea?faint-motherboard-95438
12/20/2018, 8:24 PMregisterOutputs()
method is for ? In the example here https://pulumi.io/reference/component-tutorial.html a component property this.bucketName
is added. In fact we can access the S3Folder.bucketName
without using registerOutputs()
so I don’t see the point here ?faint-motherboard-95438
12/20/2018, 8:47 PMindex.ts
I’m creating first a gke cluster then I’m adding the external dns Chart
. Problem is, the chart needs the k8sProvider
from the Cluster
, or pulumi is running both in parallel, which of course makes the Chart
accounts and roles creation fail. I tried to add my cluster object to the dependsOn
key of the Chart
opts
but it doesn’t wait for it anyway. How can I ensure something is created before anything else depending on it runs ? I thought it would be automatic by referencing the provider from the cluster, but it’s not.sparse-intern-71089
12/20/2018, 11:13 PMcuddly-eye-68174
12/21/2018, 12:29 AMambitious-furniture-60362
12/21/2018, 9:17 AMgolang
, ctx.Export("bucketName", bucket.Url())
can be exported to a string type to reuse it later?salmon-father-71224
12/21/2018, 12:43 PMcuddly-eye-68174
12/21/2018, 7:46 PMcuddly-eye-68174
12/21/2018, 7:48 PMcuddly-eye-68174
12/21/2018, 9:49 PMcuddly-eye-68174
12/21/2018, 9:49 PMcuddly-eye-68174
12/21/2018, 9:50 PMcuddly-eye-68174
12/21/2018, 9:51 PMcuddly-eye-68174
12/21/2018, 10:30 PMcuddly-eye-68174
12/21/2018, 11:23 PMfaint-motherboard-95438
12/22/2018, 12:00 AMDeployment
fails (no matter the reason) the Service
associated with it keeps hanging pulumi for hours in the state Finding Pods to direct traffic to
while it seems it could definitely know there’s nothing left to wait for and should give up immediately. Also, trying to cancel manually in this situation usually ends up in an unrecoverable state where the best way to get out easily from this is to completely rm
the stack and start over. That’s a big waste of time right now.faint-motherboard-95438
12/22/2018, 12:06 AMchilly-photographer-60932
12/22/2018, 1:02 AMaws:eks:Cluster (cluster-eksCluster):
error: Plan apply failed: error creating EKS Cluster (cluster-eksCluster-f2f0a42): UnsupportedAvailabilityZoneException: Cannot create cluster 'cluster-eksCluster-f2f0a42' because us-east-1e, the targeted availability zone, does not currently have sufficient capacity to support the cluster. Retry and choose from these availability zones: us-east-1a, us-east-1b, us-east-1c, us-east-1d, us-east-1f
status code: 400, request id: 25e1928f-0585-11e9-860f-afb328b78912
chilly-photographer-60932
12/22/2018, 1:02 AMcuddly-eye-68174
12/22/2018, 1:09 AMchilly-photographer-60932
12/22/2018, 1:13 AMchilly-photographer-60932
12/22/2018, 1:13 AMminiature-potato-84713
12/22/2018, 7:33 AMcuddly-eye-68174
12/22/2018, 8:28 AMcuddly-eye-68174
12/22/2018, 9:50 AMcuddly-eye-68174
12/22/2018, 9:50 AM