worried-city-86458
09/05/2019, 8:44 PMDockerfile
source (https://github.com/pulumi/pulumi/blob/master/dist/docker/Dockerfile)
Always good to know how it was built, so it would be nice if it was linked to from https://hub.docker.com/r/pulumi/pulumi.worried-city-86458
09/05/2019, 9:18 PM<http://get.pulumi.com|get.pulumi.com>
to curl silently. 😛
...
Step 4/5 : RUN curl -fsSL <https://get.pulumi.com> | bash -s -- --version $PULUMI_VERSION && mv ~/.pulumi/bin/* /usr/local/bin && pulumi version
---> Running in 8435a5532c49
=== Installing Pulumi v1.0.0 ===
+ Downloading <https://get.pulumi.com/releases/sdk/pulumi-v1.0.0-linux-x64.tar.gz>...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 46.3M 100 46.3M 0 0 29.2M 0 0:00:01 0:00:01 --:--:-- 29.2M
+ Extracting to /root/.pulumi/bin
...
worried-city-86458
09/05/2019, 9:19 PMworried-city-86458
09/06/2019, 12:24 AMindex.ts
and following along?wide-judge-30323
09/06/2019, 3:48 AMService
created without helm.
I've recently upgraded pulumi to 1.0 - This cluster has been running for some time, and updates have been ok till now - although we did experience a similar thing when pulumi updated the AMI for the EKS cluster.
Has anyone else observed something similar?best-xylophone-83824
09/06/2019, 9:38 AMnew gcp.Provider("name", {project: "another-project"})
leaks ambient provider credentials into stack unencryptedbest-xylophone-83824
09/06/2019, 1:42 PMinterface NodePoolNodeConfig {
...
oauthScopes?: pulumi.Input<pulumi.Input<string>[]>;
nested Input<>
, is it a problem with code generation or like that by design?icy-engineer-10830
09/06/2019, 2:04 PMquiet-wolf-18467
09/06/2019, 3:28 PMicy-engineer-10830
09/06/2019, 3:34 PMquiet-wolf-18467
09/06/2019, 3:51 PMquiet-wolf-18467
09/06/2019, 4:15 PMicy-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
09/06/2019, 4:42 PMquiet-wolf-18467
09/06/2019, 4:42 PMbest-xylophone-83824
09/06/2019, 5:37 PMquiet-wolf-18467
09/06/2019, 5:41 PMResources:
~ 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 requireddamp-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 requiredstocky-island-3676
09/09/2019, 1:12 PMdamp-room-71337
09/09/2019, 1:14 PMstocky-island-3676
09/09/2019, 1:21 PMdev
tag or pinpoint to a specific dev
version, e.g. latest is 0.18.4-dev.1568027942
https://www.npmjs.com/package/@pulumi/terraform?activeTab=versions
This unreleased version 0.18.4
should be able to do what you want:
https://github.com/pulumi/pulumi-terraform/blob/master/CHANGELOG.md#v0184-unreleasedresources can now read states created with Terraform 0.12.6 and below.RemoteStateReference
damp-room-71337
09/09/2019, 1:28 PM