cool-egg-852
11/13/2019, 5:43 PMcool-egg-852
11/13/2019, 5:43 PMworried-city-86458
11/13/2019, 6:34 PMroot@fb4395867224:/workspaces/workspace/k8s-infra# p up --suppress-outputs
Previewing update (dev):
Type Name Plan Info
pulumi:pulumi:Stack k8s-infra-dev 2 errors; 62 messages
Diagnostics:
pulumi:pulumi:Stack (k8s-infra-dev):
Error: unknown flag: --name
Error: unknown flag: --name
Error: Error: Command failed: helm template /tmp/tmp-15734vCUw3xkKp2e/prometheus-operator --name po --values /tmp/tmp-15734vCUw3xkKp2e/prometheus-operator/values.yaml --values /tmp/tmp-1573Jv8VgGe57q3F.yaml
--namespace monitoring
Error: unknown flag: --name
at /workspaces/workspace/k8s-infra/node_modules/@pulumi/kubernetes/helm/v2/helm.js:112:23
at /workspaces/workspace/k8s-infra/node_modules/@pulumi/pulumi/output.js:179:35
at Generator.next (<anonymous>)
at /workspaces/workspace/k8s-infra/node_modules/@pulumi/pulumi/output.js:21:71
at new Promise (<anonymous>)
at __awaiter (/workspaces/workspace/k8s-infra/node_modules/@pulumi/pulumi/output.js:17:12)
at applyHelperAsync (/workspaces/workspace/k8s-infra/node_modules/@pulumi/pulumi/output.js:165:12)
at /workspaces/workspace/k8s-infra/node_modules/@pulumi/pulumi/output.js:159:51
...
Trying to be patient and failing, as usual.cool-egg-852
11/13/2019, 8:08 PMbillowy-laptop-45963
11/13/2019, 8:11 PMimport: ...
?crooked-jelly-50877
11/13/2019, 10:03 PM~.pulumi
directory. We volume mount that in docker to the users home dir, (or in cloud shell - to the users cloud shell home) - but the plugins
directory does not have the right plugins installedcrooked-jelly-50877
11/13/2019, 10:05 PMcrooked-jelly-50877
11/13/2019, 10:05 PMcrooked-jelly-50877
11/13/2019, 10:05 PM~/.pulumi
crooked-jelly-50877
11/13/2019, 10:10 PMPULUMI_PLUGINS_DIR
env var be a reasonable RFE?worried-city-86458
11/13/2019, 10:44 PMbreezy-butcher-78604
11/14/2019, 1:27 AMpulumi up
will be run from the root.
this feels kind of funny though… what do you guys think and/or how are you managing Pulumi packages between CI and CD?early-match-56268
11/14/2019, 12:26 PMglamorous-waitress-51149
11/14/2019, 2:02 PMcurl -fsSL
<https://get.pulumi.com/>
| bash
stocky-spoon-28903
11/14/2019, 2:04 PMglamorous-waitress-51149
11/14/2019, 2:05 PMglamorous-waitress-51149
11/14/2019, 2:05 PM<https://get.pulumi.com/>
`| bash --version 1.2.3``famous-postman-81672
11/14/2019, 2:06 PMred-football-97286
11/14/2019, 2:57 PM:<pulumi.output.Output object at 0x000001854EFF2F88>
config: "arn:aws:logs:eu-west-2:12345678:log-group:<pulumi.output.Output object at 0x000001854EFD6C48>:log-stream:<pulumi.output.Output object at 0x000001854EFF2F88>"
hallowed-air-65173
11/14/2019, 3:38 PMbusy-umbrella-36067
11/14/2019, 4:27 PMglamorous-waitress-51149
11/14/2019, 4:29 PMtall-manchester-54682
11/14/2019, 7:10 PMmelodic-family-5784
11/14/2019, 7:48 PMOutput<string>
to a string
in TypeScript. My code looks something like:
const config = new pulumi.Config();
const ddAPIKey = config.requireSecret("my-api-key");
const envVars = [
{ name: 'ECS_FARGATE', value: 'true' },
{ name: 'DD_API_KEY', value: ddAPIKey.apply(dd => dd) }
];
fierce-machine-21789
11/14/2019, 8:53 PMhandsome-cat-98152
11/15/2019, 11:02 AMaccess token
?
It is needed for the pulumi login
commandsparse-piano-12937
11/15/2019, 12:27 PMnice-cat-91582
11/15/2019, 5:24 PMbillowy-laptop-45963
11/15/2019, 5:29 PM!Sub "arn:aws:ssm:${AWS::Region}:${AWS::AccountId}:parameter${SsmParameterPrefix}*"
where ${AWS::*} are standard cloudformation values replaced at runtime by the current region/account id and ${SsmParameterPrefix} is a passed in value as a parameter.famous-postman-81672
11/15/2019, 6:51 PMAZURE_STORAGE_KEY
environment variable, but I haven't had success supplying an SAS token. Looking for something similar to Terraform's sas_token
support: https://www.terraform.io/docs/backends/types/azurerm.html#sas_tokenfamous-postman-81672
11/15/2019, 6:51 PMAZURE_STORAGE_KEY
environment variable, but I haven't had success supplying an SAS token. Looking for something similar to Terraform's sas_token
support: https://www.terraform.io/docs/backends/types/azurerm.html#sas_tokenAZURE_STORAGE_SAS_TOKEN
environment variable since it looks like Pulumi uses: https://godoc.org/gocloud.dev/blob/azureblobwhite-balloon-205
11/15/2019, 8:21 PMfamous-postman-81672
11/15/2019, 9:14 PMAZURE_STORAGE_SAS_TOKEN
, but so far I haven't been able to authenticate successfully. I'm not convinced I'm providing the correct value for the SAS token, though. I'll work on this more in the coming week and report back if I can get it working