calm-greece-42329
10/09/2019, 7:37 PMup
hangs at this point and i donβt know what is actually trying to docalm-greece-42329
10/09/2019, 7:37 PMcalm-greece-42329
10/09/2019, 7:38 PMbreezy-kangaroo-52717
10/09/2019, 11:48 PMacceptable-army-69872
10/10/2019, 5:15 PMworried-city-86458
10/10/2019, 8:55 PMpulumi:pulumi:Stack (k8s-infra-dev):
Error: The gRPC binary module was not installed. This may be fixed by running "npm rebuild"
Original error: Cannot find module '/workspaces/devops-gemini-pulumi/k8s-infra/node_modules/grpc/src/node/extension_binary/node-v72-linux-x64-glibc/grpc_node.node'
Require stack:
- /workspaces/devops-gemini-pulumi/k8s-infra/node_modules/grpc/src/grpc_extension.js
- /workspaces/devops-gemini-pulumi/k8s-infra/node_modules/grpc/src/client_interceptors.js
- /workspaces/devops-gemini-pulumi/k8s-infra/node_modules/grpc/src/client.js
- /workspaces/devops-gemini-pulumi/k8s-infra/node_modules/grpc/index.js
- /workspaces/devops-gemini-pulumi/k8s-infra/node_modules/@pulumi/pulumi/runtime/settings.js
- /workspaces/devops-gemini-pulumi/k8s-infra/node_modules/@pulumi/pulumi/log/index.js
- /workspaces/devops-gemini-pulumi/k8s-infra/node_modules/@pulumi/pulumi/cmd/run/run.js
- /workspaces/devops-gemini-pulumi/k8s-infra/node_modules/@pulumi/pulumi/cmd/run/index.js
at Object.<anonymous> (/workspaces/devops-gemini-pulumi/k8s-infra/node_modules/grpc/src/grpc_extension.js:43:17)
at Module._compile (internal/modules/cjs/loader.js:936:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:947:10)
at Module.load (internal/modules/cjs/loader.js:790:32)
at Function.Module._load (internal/modules/cjs/loader.js:703:12)
at Module.require (internal/modules/cjs/loader.js:830:19)
at require (internal/modules/cjs/helpers.js:68:18)
at Object.<anonymous> (/workspaces/devops-gemini-pulumi/k8s-infra/node_modules/grpc/src/client_interceptors.js:144:12)
at Module._compile (internal/modules/cjs/loader.js:936:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:947:10)
error: an unhandled error occurred: Program exited with non-zero exit code: 1
handsome-actor-1155
10/10/2019, 8:58 PMconst vpc = new awsx.ec2.Vpc("demo-vpc", {numberOfAvailabilityZones: 3});
worried-city-86458
10/10/2019, 10:18 PMpulumi:pulumi:Stack (k8s-infra-dev):
error: Error: Command failed: helm fetch stable/prometheus-operator --untar --version 6.16.0 --destination /tmp/tmp-333MmxKBHLF631a
Error: chart "prometheus-operator" matching version "6.16.0" not found in stable index. (try 'helm repo update'). No chart version found for prometheus-operator-6.16.0
Error: chart "prometheus-operator" matching version "6.16.0" not found in stable index. (try 'helm repo update'). No chart version found for prometheus-operator-6.16.0
Error: Error: Command failed: helm fetch stable/prometheus-operator --untar --version 6.16.0 --destination /tmp/tmp-333MmxKBHLF631a
Error: chart "prometheus-operator" matching version "6.16.0" not found in stable index. (try 'helm repo update'). No chart version found for prometheus-operator-6.16.0
at /workspaces/devops-gemini-pulumi/k8s-infra/node_modules/@pulumi/kubernetes/helm/v2/helm.js:112:23
at OutputImpl.<anonymous> (/workspaces/devops-gemini-pulumi/k8s-infra/node_modules/@pulumi/pulumi/output.js:110:47)
at Generator.next (<anonymous>)
at fulfilled (/workspaces/devops-gemini-pulumi/k8s-infra/node_modules/@pulumi/pulumi/output.js:18:58)
early-intern-90238
10/10/2019, 11:10 PMbreezy-butcher-78604
10/11/2019, 3:39 AMimport * as awsx from "@pulumi/awsx";
const vpc = new awsx.ec2.Vpc("my-vpc");
export const vpcId = vpc.id;
When I run pulumi preview
I get the following error:
Previewing update (dev):
Type Name Plan Info
+ pulumi:pulumi:Stack pulumi-vpc-test create
+ ββ awsx:x:ec2:Vpc my-vpc create
+ β ββ awsx:x:ec2:NatGateway my-vpc-0 create
+ β β ββ aws:ec2:Eip my-vpc-0 create
+ β ββ awsx:x:ec2:NatGateway my-vpc-1 create
+ β β ββ aws:ec2:Eip my-vpc-1 create
+ β ββ awsx:x:ec2:InternetGateway my-vpc create
+ β β ββ aws:ec2:InternetGateway my-vpc create
+ β ββ awsx:x:ec2:Subnet my-vpc-public-0 create
+ β β ββ aws:ec2:RouteTable my-vpc-public-0 create
+ β β ββ aws:ec2:Subnet my-vpc-public-0 create
+ β β ββ aws:ec2:Route my-vpc-public-0-ig create
+ β β ββ aws:ec2:RouteTableAssociation my-vpc-public-0 create
+ β ββ awsx:x:ec2:Subnet my-vpc-public-1 create
+ β β ββ aws:ec2:Subnet my-vpc-public-1 create
+ β β ββ aws:ec2:RouteTable my-vpc-public-1 create
+ β β ββ aws:ec2:Route my-vpc-public-1-ig create
+ β β ββ aws:ec2:RouteTableAssociation my-vpc-public-1 create
+ β ββ aws:ec2:Vpc my-vpc create
+ β ββ awsx:x:ec2:Subnet my-vpc-private-1 create
+ β β ββ aws:ec2:RouteTable my-vpc-private-1 create
+ β β ββ aws:ec2:Subnet my-vpc-private-1 create
+ β β ββ aws:ec2:RouteTableAssociation my-vpc-private-1 create
+ β ββ awsx:x:ec2:Subnet my-vpc-private-0 create
+ β ββ aws:ec2:Subnet my-vpc-private-0 create
+ β ββ aws:ec2:RouteTable my-vpc-private-0 create
+ β ββ aws:ec2:RouteTableAssociation my-vpc-private-0 create
ββ aws:ec2:NatGateway my-vpc-1 1 error
Diagnostics:
aws:ec2:NatGateway (my-vpc-1):
error: aws:ec2/natGateway:NatGateway resource 'my-vpc-1' has a problem: Missing required property 'subnetId'
if I downgrade to v1.2.0 (from 1.3.1) of the pulumi npm module with npm install @pulumi/pulumi@1.2.0
everything works as expected, the preview completes fine and I can create the VPC without issues. I've had a brief look over the changes between the two versions (https://github.com/pulumi/pulumi-aws/compare/81eb5b...09758c) but there doesn't appear to be any changes to the nodejs code that could explain this. The only thing that seems likely is the change of the terraform provider version used.
Has anyone else ran into this issue?salmon-account-74572
10/11/2019, 5:43 AMcold-coat-35200
10/11/2019, 12:48 PM--target
option, then the whole stack, it works finesalmon-account-74572
10/11/2019, 3:53 PM<bucket>/.pulumi/stacks
that aren't differentiated across projects.) Or is the recommendation to use a different S3 bucket for each project?billions-lock-80282
10/11/2019, 3:54 PMbusy-umbrella-36067
10/11/2019, 4:05 PMearly-intern-90238
10/11/2019, 4:06 PMearly-intern-90238
10/11/2019, 4:07 PMbusy-umbrella-36067
10/11/2019, 4:08 PMexternal-dns
, kiam
, cert-manager
, datadog
, traefik
, etc...early-intern-90238
10/11/2019, 4:12 PMdamp-pillow-67781
10/11/2019, 5:26 PMβ eks-cluster git:(develop) β pulumi up --logtostderr -v=7 --debug 2> out.txt
Previewing update (tableau/online-sandbox-yding):
Type Name Plan Info
+ pulumi:pulumi:Stack eks-cluster-online-sandbox-yding create... debug: RegisterResource RPC finished: resource:eks-cluster-online-sandbox-yd
cool-egg-852
10/11/2019, 7:53 PMResourceRequirements
has the type as pulumi.Input<object>
instead of having a named object with cpu
and memory
?adamant-dress-73325
10/11/2019, 9:30 PMearly-intern-90238
10/11/2019, 11:17 PMbored-furniture-11856
10/12/2019, 6:17 AMearly-intern-90238
10/12/2019, 3:53 PMflaky-continent-74538
10/14/2019, 3:36 AMincalculable-diamond-5088
10/14/2019, 3:29 PMTypeError: Class extends value undefined is not a constructor or null
at Object.<anonymous> (/Users/igor/work/some-project/infra/pulumi/node_modules/@pulumi/cloudwatch/eventRuleMixins.ts:70:56)
at Module._compile (internal/modules/cjs/loader.js:868:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:879:10)
at Module.load (internal/modules/cjs/loader.js:731:32)
at Function.Module._load (internal/modules/cjs/loader.js:644:12)
at Module.require (internal/modules/cjs/loader.js:771:19)
at require (internal/modules/cjs/helpers.js:68:18)
at Object.<anonymous> (/Users/igor/work/some-project/infra/pulumi/node_modules/@pulumi/cloudwatch/cloudwatchMixins.ts:16:1)
at Module._compile (internal/modules/cjs/loader.js:868:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:879:10)
acceptable-army-69872
10/14/2019, 4:05 PMpulumi up
which tells me it's going to update like 500 resources (obviously source has drifted), and create my resource. Which is almost good enough to do a PR, but like, it'd be cool if I can -target
a resource that doesn't exist yet and try to create it. Can I do that? If so, how do I predict a URN.loud-computer-30956
10/14/2019, 4:12 PMcalm-greece-42329
10/14/2019, 4:31 PM