rhythmic-pillow-13935
12/15/2020, 6:31 PMworried-queen-62794
12/15/2020, 7:46 PMfreezing-finland-22895
12/15/2020, 9:30 PMpulumi up
in my CI environment. Using AWS CodeBuild 4.0 image, with the latest version of pulumi. Anyone else seeing something similar? AFAICT my deployment hasn't changed much. Increasing resources on the build machine didn't help (so doesn't seem to be a memory issue).worried-queen-62794
12/15/2020, 11:00 PMicy-london-56932
12/16/2020, 1:20 AMmysterious-oyster-86659
12/16/2020, 4:53 PMtall-jackal-67163
12/17/2020, 4:14 AMfuture-megabyte-14556
12/17/2020, 5:21 AMerror: Running program '/Users/…/myproject' failed with an unhandled exception:
Error: invocation of kubernetes:helm:template returned an error: failed to generate YAML for specified Helm chart: failed to load chart from temp directory: stat /var/folders/pm/ftb5j1d51_gbr3cdxfpl1v4r0000gn/T/helm179799543/nginx-ingress: no such file or directory
unhandled rejection: CONTEXT(516): Invoking function: tok=kubernetes:helm:template asynchronously
creamy-country-23426
12/17/2020, 7:06 AMbored-flower-84342
12/17/2020, 1:52 PMmysterious-oyster-86659
12/17/2020, 5:34 PMkind-mechanic-53546
12/17/2020, 11:19 PMhandler and runtime must be set when PackageType is Zip
Runtime is set (.NET Core 3.1 (C#/PowerShell)
), handler is set (Stevie.Cloud.Api::Stevie.Cloud.Api.LambdaEntryPoint::FunctionHandlerAsync
)
Any ideas?proud-pizza-80589
12/18/2020, 10:44 AMlimited-pager-46264
12/18/2020, 12:07 PMmagnificent-restaurant-51456
12/18/2020, 1:42 PMaverage-school-38756
12/18/2020, 3:11 PMimport
values and stack dependencies. But how do i handle resources like pulumi_aws.acm.CertificateValidation
which don't have corresponding cloud provider IDs? i'd like it to continue to be defined in IaC so that a new stack can be spun up with that same code, but Pulumi wants to create a new one.gifted-student-18589
12/18/2020, 5:51 PMStackReference
resource type, but it seems it only works when your state files are stored in the Pulumi cloud (Pulumi backend). Is there something we could use to reference other stacks, but for the case in which the state files are stored locally? Thanks!jolly-vr-53742
12/18/2020, 6:16 PMfull-mouse-82324
12/18/2020, 7:58 PMbitter-dentist-28132
12/18/2020, 8:11 PMerror: Error: Command failed: helm template /tmp/tmp-31838777XOYQC967QQm/deprecation --name-template nginxingresscontroller --values /tmp/tmp-31838777XOYQC967QQm/deprecation/values.yaml --values /tmp/tmp-31838771tvGEyQxKeRB.yaml --namespace default
Error: open /tmp/tmp-31838777XOYQC967QQm/deprecation/values.yaml: no such file or directory
anyone have any ideas?dry-engine-17210
12/18/2020, 9:03 PMjolly-vr-53742
12/18/2020, 10:41 PMjolly-vr-53742
12/18/2020, 11:05 PMproud-pizza-80589
12/19/2020, 5:17 PMbillions-oxygen-70106
12/21/2020, 1:07 AMpulumi up
- it works fine and there are no changes
3. I import a second resource (status shows imported)
4. When running pulumi up
, I get a duplicate URN error for the stack:
error: Duplicate resource URN 'urn:pulumi:org::some-project::pulumi:pulumi:Stack::some-project-org'; try giving it a unique name
Does anyone have an idea what I may be doing wrong? I've been fiddling with this for a while.worried-queen-62794
12/21/2020, 7:24 AMrefresh
to show me the differences? details
doesn't show anything. If I run pulumi up
then all is well but then an immediate pulumi refresh
shows changes.swift-hamburger-98290
12/21/2020, 11:29 AMapp-something
, which gets created with the name app-something{suffix}
, instead of app-something-{suffix}
(notice the missing -
). Dotnet API, on Azure. Thank you.magnificent-restaurant-51456
12/21/2020, 3:29 PMjolly-vr-53742
12/21/2020, 3:49 PMbillions-yak-67755
12/21/2020, 5:16 PMerror: aws:eks/cluster:Cluster resource 'training-eks-cluster' has a problem: Computed attribute cannot be set
Adding debug / verbose logs has not provided anything that seemed useful, and none of the many variants to parameters (providing, omitting, computed, hardcoded, etc.) have provided any progress, either. Any ideas on next steps for digging in and figuring out if this is user-error or a bug?billions-yak-67755
12/21/2020, 5:16 PMerror: aws:eks/cluster:Cluster resource 'training-eks-cluster' has a problem: Computed attribute cannot be set
Adding debug / verbose logs has not provided anything that seemed useful, and none of the many variants to parameters (providing, omitting, computed, hardcoded, etc.) have provided any progress, either. Any ideas on next steps for digging in and figuring out if this is user-error or a bug?eks_cluster = aws.eks.Cluster(
'training-eks-cluster',
name = 'training-eks-cluster',
role_arn = eks_role.arn,
vpc_config = aws.eks.ClusterVpcConfigArgs(
vpc_id= training_vpc.id,
subnet_ids= [private1.id, private2.id]
),
version = '1.18',
tags = {
'rs:project': 'training',
'rs:owner': '<mailto:sol-eng@rstudio.com|sol-eng@rstudio.com>'
}
)
prehistoric-kite-30979
12/21/2020, 5:17 PMbillowy-army-68599
12/21/2020, 5:18 PMbillions-yak-67755
12/21/2020, 5:19 PMbillowy-army-68599
12/21/2020, 5:20 PMbillions-yak-67755
12/21/2020, 5:25 PM