better-rainbow-14549
05/28/2019, 5:26 PMstocky-spoon-28903
05/28/2019, 5:26 PMnpm link
if you have them though? I think that’s something we’ll want to fix upstocky-spoon-28903
05/28/2019, 5:26 PMnpm
so it should probably work well)better-rainbow-14549
05/28/2019, 5:27 PMtall-librarian-49374
05/28/2019, 6:48 PMaverage-dream-51210
05/28/2019, 8:27 PMstocky-spoon-28903
05/28/2019, 8:41 PMdamp-pillow-67781
05/28/2019, 9:18 PMkind-ambulance-33034
05/28/2019, 11:34 PMError: failed to register new resource media [aws:s3/bucketObject:BucketObject]: 2 UNKNOWN: failed to compute asset hash: asset path 'www/static/media' is a directory; try using an archive
at Object.registerResource
full-dress-10026
05/29/2019, 12:55 AMfaint-motherboard-95438
05/29/2019, 8:04 AMhelm fetch
, I just noticed pulumi actually do these helm fetch
for every chart at each run while there’s no need once they are installed and the version did not bump. Is this not overkill and if only triggered on a version change could reduce the time a pulumi up
takes ?modern-army-59158
05/29/2019, 11:13 AMpulumi config --config-file Pulumi.Test.yaml
to check my values, but the no keys or values are visible.
My yaml file looks like:
`encryptionsalt: ******
template:
config:
azureenvironment
description: The Azure environment to use (public
, usgovernment
, german
, china
)
default: public
projectname
default: TestProject
projectlocation
default: West Europe`millions-judge-24978
05/29/2019, 2:11 PMerror: could not load plugin for aws provider
. I have updated the AWS provider version in my project, but the state file still has an older version referenced which does not get installed. CLI is version 0.17.11
.
It seems there were updates to try and prevent this, installing any providers on pulumi up
, but it seems to be failing here. I am using the S3 remote state capability, I wonder if it could be a bug with this?faint-motherboard-95438
05/29/2019, 3:06 PMbroad-dog-22463
05/29/2019, 3:20 PMsteep-toddler-98503
05/29/2019, 3:23 PMsteep-toddler-98503
05/29/2019, 3:24 PMdazzling-scientist-80826
05/29/2019, 6:49 PMpulumi logs
returns no logs for functions that were created with an aws provider that does assume-role - is this a known issue? is there a workaround?chilly-photographer-60932
05/29/2019, 7:53 PMPacker
?full-dress-10026
05/29/2019, 8:17 PMpulumi.ComponentResource
which internally creates some aws.cloudformation.Stack
. I would like to expose some outputs of the CF Stacks as outputs of my ComponentResource
. I tried doing this in my ComponentResource ctor:
this.computeGroupName = computeStack.outputs.apply(outputs => outputs["CodeDeployDeploymentGroup"]);
Typescript complains that Type 'Output<any>' is not assignable to type 'Output<string>'.
. I'm guessing this is because a CF Stack does not cast the values from its .outputs
to any type. this.computeGroupName
is defined as computeGroupName: pulumi.Output<string>;
. Is there a way to make TypeScript happy?full-dress-10026
05/29/2019, 8:23 PMpulumi.ComponentResource
within another pulumi.ComponentResource
? If so, should all ComponentResouces take a pulumi.ComponentResourceOptions
map?glamorous-printer-66548
05/29/2019, 10:33 PM@pulumi/kubernetes: 0.23.1
and seeing some odd behaviour: We instantiate provider instances dynamically via new gcp.Provider({kubeconfig: ..., namespace: 'namespace-A'})
and then use this provider instance in some resources like new k8s.core.v1.ServiceAccount(foo, {metadata: {namespace: 'namespace-B'}}, {provider: k8sProvider})
. I would expect the serviceaccount to be created in namespace-B
in the example above, but it actually gets created in namespace-A
.
I can create a more detailed repro if necessary but wanted to ask first if this intentional or a known issue? @creamy-potato-29402?average-dream-51210
05/30/2019, 12:05 AMaverage-dream-51210
05/30/2019, 12:05 AMerror: aws:lambda/function:Function resource 'pulumi-test-lambda' has a problem: "vpc_config.0.vpc_id": this field cannot be set
average-dream-51210
05/30/2019, 12:06 AMvpc
is a vpc object. Am I not able to throw in the vpc.id object into the configs?average-dream-51210
05/30/2019, 12:10 AMvpc.vpcId
not vpc.id
😮average-dream-51210
05/30/2019, 12:37 AMpulumi destroy
it fails trying to delete some resources:average-dream-51210
05/30/2019, 12:37 AMaverage-dream-51210
05/30/2019, 12:37 AMaverage-dream-51210
05/30/2019, 12:37 AM