flaky-receptionist-88878
09/17/2018, 2:48 PMflaky-receptionist-88878
09/17/2018, 2:48 PMdry-pilot-73614
09/17/2018, 4:24 PMpulumi up
it wants to remove the volumes
in my pod spec.flaky-receptionist-88878
09/17/2018, 8:05 PMaloof-tailor-93191
09/17/2018, 9:33 PMpulumi plugin install resource aws 0.15.0
to get the aws plugin).
is anyone opposed to having a #golang channel for issues specific to installing/running/etc with Go?quiet-wolf-18467
09/17/2018, 9:55 PMquiet-wolf-18467
09/17/2018, 10:11 PMindex.ts
glamorous-printer-66548
09/18/2018, 12:11 AMerror: failed to load language plugin nodejs: no language plugin 'nodejs' found in the workspace or on your $PATH
. I can’t remember having to install a nodejs plugin explicitly locally, nor does pulumi plugin ls
show locally a nodejs plugin. Any hints on what may be the problem? Note in the CI environment I’m running node 10, whereas locally I just have node 8 - may that be the cause?great-refrigerator-15198
09/18/2018, 12:39 PMeager-area-86739
09/18/2018, 4:24 PMcode: new pulumi.asset.AssetArchive({
".": new pulumi.asset.FileArchive("./publish/TheLambda")
}),
But I'm trying to upload a zip file that was already created by the build pipeline. However I can't find the documentation to do it.
Any ideas?
Cheerscreamy-potato-29402
09/18/2018, 6:08 PMkubespy
, a simple tool that lets you observe how Kubernetes resources change over time:creamy-potato-29402
09/18/2018, 6:13 PMcreamy-potato-29402
09/18/2018, 6:14 PMbroad-coat-71198
09/18/2018, 6:25 PMhelpful-lighter-74534
09/18/2018, 7:39 PMDiagnostics:
pulumi:pulumi:Stack: cup-webapp-cup-webapp-dev
error: Running program '/Users/eromero/WebstormProjects/cup-webapp/infra' failed with an unhandled exception:
error: AssertionError: Assertion failed
at new goog.asserts.AssertionError (/Users/eromero/WebstormProjects/cup-webapp/infra/node_modules/google-protobuf/google-protobuf.js:98:603)
helpful-lighter-74534
09/18/2018, 7:39 PMpulumi up
fancy-fall-81083
09/19/2018, 2:57 PMfancy-fall-81083
09/19/2018, 3:21 PMstocky-spoon-28903
09/19/2018, 3:32 PMstocky-spoon-28903
09/19/2018, 3:33 PMget*
functions which return objects representing the resourcesstocky-spoon-28903
09/19/2018, 3:33 PMstocky-spoon-28903
09/19/2018, 3:34 PMconst route53Zone = await aws.route53.getZone({
name: "<http://whatever.com|whatever.com>",
privateZone: false,
});
fancy-fall-81083
09/19/2018, 3:37 PMstocky-spoon-28903
09/19/2018, 3:38 PMname
field directly it will override the automatically generated namestocky-spoon-28903
09/19/2018, 3:39 PMname
field on some resources is slightly strange thanks to the underlying API (e.g. on an S3 bucket it is bucket
not name
)fancy-fall-81083
09/19/2018, 3:40 PMstocky-spoon-28903
09/19/2018, 3:41 PMname_prefix
in Terraform by defaultstocky-spoon-28903
09/19/2018, 3:41 PMfancy-fall-81083
09/19/2018, 3:42 PMstocky-spoon-28903
09/19/2018, 3:42 PMstocky-spoon-28903
09/19/2018, 3:42 PM