victorious-dusk-75271
08/17/2022, 9:06 AMDiagnostics:
pulumi:pulumi:Stack (allrites-infrastructure-dev):
error: Running program '/home/k1ng/projects/allrites-infra' failed with an unhandled exception:
TypeError: Cannot read properties of null (reading 'data')
at /home/k1ng/projects/allrites-infra/node_modules/@pulumi/nodegroup.ts:501:95
at /home/k1ng/projects/allrites-infra/node_modules/@pulumi/output.ts:383:31
at Generator.next (<anonymous>)
at /home/k1ng/projects/allrites-infra/node_modules/@pulumi/pulumi/output.js:21:71
at new Promise (<anonymous>)
at __awaiter (/home/k1ng/projects/allrites-infra/node_modules/@pulumi/pulumi/output.js:17:12)
at applyHelperAsync (/home/k1ng/projects/allrites-infra/node_modules/@pulumi/pulumi/output.js:229:12)
at /home/k1ng/projects/allrites-infra/node_modules/@pulumi/output.ts:302:65
at processTicksAndRejections (node:internal/process/task_queues:95:5)
victorious-church-57397
08/17/2022, 9:07 AMapply
method to extract the value. https://www.pulumi.com/docs/intro/concepts/inputs-outputs/#applyvictorious-dusk-75271
08/17/2022, 9:14 AM@pulumi/eks
victorious-church-57397
08/17/2022, 9:16 AMvictorious-dusk-75271
08/17/2022, 9:32 AMup
command
❯ pulumi up --yes
Previewing update (dev)
View Live: <https://app.pulumi.com/k1ng440/allrites-infrastructure/dev/previews/bf553031-8e0a-4dd0-8f6f-94e64a4aff55>
Type Name Plan Info
pulumi:pulumi:Stack allrites-infrastructure-dev 1 error
└─ custom:resource:eks primary-eks
└─ eks:index:Cluster primary-eks-eks-cluster
~ ├─ aws:eks:Cluster primary-eks-eks-cluster-eksCluster update [diff: ~vpcConfig]
~ ├─ eks:index:VpcCni primary-eks-eks-cluster-vpc-cni update [diff: ~kubeconfig]
+- ├─ pulumi:providers:kubernetes primary-eks-eks-cluster-eks-k8s replace [diff: ~kubeconfig]
+- └─ kubernetes:core/v1:ConfigMap primary-eks-eks-cluster-nodeAccess replace [diff: ~metadata,provider
Diagnostics:
pulumi:pulumi:Stack (allrites-infrastructure-dev):
error: Running program '/home/k1ng/projects/allrites-infra' failed with an unhandled exception:
TypeError: Cannot read properties of null (reading 'data')
at /home/k1ng/projects/allrites-infra/node_modules/@pulumi/nodegroup.ts:501:95
at /home/k1ng/projects/allrites-infra/node_modules/@pulumi/output.ts:383:31
at Generator.next (<anonymous>)
at /home/k1ng/projects/allrites-infra/node_modules/@pulumi/pulumi/output.js:21:71
at new Promise (<anonymous>)
at __awaiter (/home/k1ng/projects/allrites-infra/node_modules/@pulumi/pulumi/output.js:17:12)
at applyHelperAsync (/home/k1ng/projects/allrites-infra/node_modules/@pulumi/pulumi/output.js:229:12)
at /home/k1ng/projects/allrites-infra/node_modules/@pulumi/output.ts:302:65
at processTicksAndRejections (node:internal/process/task_queues:95:5)
victorious-church-57397
08/17/2022, 10:34 AMechoing-dinner-19531
08/17/2022, 10:44 AM.apply(name => name)
is pointless. That's just the same as not calling apply at all.victorious-dusk-75271
08/17/2022, 10:49 AMup
command
aws:eks:Cluster primary-eks-eks-cluster-eksCluster update [diff: ~vpcConfig]
echoing-dinner-19531
08/17/2022, 12:32 PM