red-football-97286
10/09/2019, 10:02 AMred-football-97286
10/09/2019, 10:02 AMred-football-97286
10/09/2019, 10:03 AMred-football-97286
10/09/2019, 10:29 AMnice-cat-91582
10/09/2019, 10:35 AMpackage.json
files - one for each function. I'm imagining this will get really messy on deploy, as I would need to npm install
in every folder on every deploybetter-rainbow-14549
10/09/2019, 11:35 AMincalculable-engineer-92975
10/09/2019, 1:42 PMbrief-yacht-31759
10/09/2019, 3:23 PMrhythmic-finland-36256
10/09/2019, 5:55 PMComponentResource
with shared ComponentResourceOptions
passed down to the child resources seems to mutate the options - which leads to confusing error messages of duplicate resource aliases. Do I need to construct a new options object for each child resource?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, 9:26 PMworried-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
damp-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
gentle-diamond-70147
10/11/2019, 5:30 PMdamp-pillow-67781
10/11/2019, 5:30 PMv12.11.1
damp-book-35965
10/11/2019, 5:42 PMgentle-diamond-70147
10/11/2019, 5:43 PMdamp-pillow-67781
10/11/2019, 5:47 PMgentle-diamond-70147
10/11/2019, 5:47 PMlemon-spoon-91807
10/11/2019, 6:05 PMwhite-balloon-205
10/11/2019, 8:24 PMworried-city-86458
10/12/2019, 9:33 PMlemon-spoon-91807
10/12/2019, 9:39 PMworried-city-86458
10/12/2019, 9:40 PMlemon-spoon-91807
10/12/2019, 9:40 PMworried-city-86458
10/12/2019, 9:43 PMlemon-spoon-91807
10/12/2019, 9:43 PMawait
with minimal syntactic cruft you need to add.worried-city-86458
10/12/2019, 9:44 PMlemon-spoon-91807
10/12/2019, 9:45 PMworried-city-86458
10/12/2019, 9:47 PMlemon-spoon-91807
10/12/2019, 9:47 PMIf C# support ever happens then Iβd be really happy and expect use of async everywhere
worried-city-86458
10/12/2019, 9:49 PMlemon-spoon-91807
10/12/2019, 9:51 PMworried-city-86458
10/12/2019, 9:53 PMlemon-spoon-91807
10/12/2019, 9:53 PMworried-city-86458
10/12/2019, 10:02 PM