quiet-wolf-18467
icy-engineer-10830
09/06/2019, 3:34 PMquiet-wolf-18467
quiet-wolf-18467
icy-engineer-10830
09/06/2019, 4:40 PMCreated stack 'dev'
Previewing update (dev):
Type Name Plan Info
pulumi:pulumi:Stack azurenetwork-dev 1 message
Diagnostics:
pulumi:pulumi:Stack (azurenetwork-dev):
error: It looks like the Pulumi SDK has not been installed. Have you run npm install or yarn install?
error: failed to load language plugin nodejs: could not read plugin [/Users/jonbrwn/.pulumi/bin/pulumi-language-nodejs] stdout: EOF
icy-engineer-10830
09/06/2019, 4:41 PMpulumi up
quiet-wolf-18467
quiet-wolf-18467
best-xylophone-83824
09/06/2019, 5:37 PMquiet-wolf-18467
Resources:
~ 1 updated
1 unchanged
Duration: 7s
error: Could not get signed url for stack location: blob (code=Unknown): to use SignedURL, you must call OpenBucket with a valid Options.GoogleAccessID and exactly one of Options.PrivateKey or Options.SignBytes
cool-egg-852
09/06/2019, 7:45 PMvalues.yml
for helm? As in, can Pulumi read from values.prod.yml
for example?bitter-dentist-28132
09/06/2019, 9:02 PMenvFrom
with a reference to a secret's name. and it seems that makes the entire container spec secret, which means i get an empty output for the diff, so i can't see the image change. any way around that? where's the demarcation of what's marked secret? if i were to pass a new k8stypes.core.v1.EnvFromSource
to envFrom
instead of an array of hashes, would that work?early-musician-41645
09/06/2019, 9:59 PM/**
* A list of IDs for the subnets that the file system will be accessible from. File systems support only one subnet. The file server is also launched in that subnet's Availability Zone.
*/
readonly subnetIds: pulumi.Input<string>;
Shouldn't the type be pulumi.Input<pulumi.Input<string>[]>
?cool-egg-852
09/06/2019, 11:59 PMicy-engineer-10830
09/08/2019, 12:39 AMconst vmss = azure.compute.ScaleSet.get("id-of-my-resource")
to fail with this error: Error: Missing required property 'networkProfiles'
at new ScaleSet (/Users/jonbrwn/code/other/pulumi-azure-import-test/node_modules/@pulumi/compute/scaleSet.ts:424:23)
at Function.get (/Users/jonbrwn/code/other/pulumi-azure-import-test/node_modules/@pulumi/compute/scaleSet.ts:259:16)
when running pulumi up
?glamorous-printer-14057
09/08/2019, 2:09 AMarn:aws:cloudformation:...
ID from the AWS console but that gives me a āresource does not existā error. is there a different ID I should be using? how can I find this?bright-belgium-24194
09/08/2019, 7:44 PMhundreds-portugal-17080
09/08/2019, 11:22 PMworried-city-86458
09/09/2019, 5:43 AMworried-city-86458
09/09/2019, 5:52 AMbig-nail-28315
09/09/2019, 12:30 PMdamp-room-71337
09/09/2019, 12:31 PM@pulumi/terraform
module from github, or how to build it from source? The Go build info in the readme isnāt getting me very far, and Iām not even sure itās requiredbitter-dentist-28132
09/09/2019, 2:58 PMbest-xylophone-83824
09/09/2019, 4:04 PMconst x = new gcp.serviceaccount.Key(...)
new k8s.core.v1.Secret("x", { data: {key: x.apply(JSON.stringify) }} )
ripe-dinner-40604
09/09/2019, 5:33 PMinstanceRoles
of an eks cluster after creation?some-doctor-62800
09/09/2019, 5:44 PMadamant-dress-73325
09/09/2019, 7:12 PM^0.18.25
to ^1.1.0
of pulumi-aws
, I am getting the following error during preview:
Diagnostics:
aws:ecs:Cluster (cluster):
error: Preview failed: refreshing urn:pulumi:qa::pt-site-next::awsx:x:ecs:Cluster$aws:ecs/cluster:Cluster::cluster: error reading ECS Cluster (arn:aws:ecs:us-east-1:149539663033:cluster/arn:aws:ecs:us-east-1:149539663033:cluster/blah-cluster-qa-6372e69): InvalidParameterException: Invalid identifier: Unexpected number of separators
status code: 400, request id: 68c46836-6b60-4072-b1bb-758e20a4ed43
Trying to get us onto the latest deps but this is a blocker.tall-oyster-54217
09/09/2019, 7:44 PMadamant-dress-73325
09/09/2019, 7:46 PMentrypoint.sh
to run sql migrations and the like, then toggle it with an env variable.tall-oyster-54217
09/09/2019, 7:47 PM