How do I get Pulumi to not create the EKS VPC CNI ...
# general
e
How do I get Pulumi to not create the EKS VPC CNI plugin with the
@pulumi/eks
package?
b
e
Copy code
pulumi:pulumi:Stack             otk-infra-proto-ops                      
     ├─ eks:index:Cluster            proto-ops-cluster                        
 ~   │  ├─ aws:eks:Cluster           proto-ops-cluster-eksCluster  update     [diff: ~defaultAddonsToRemoves]
 +   │  └─ eks:index:VpcCni          proto-ops-cluster-vpc-cni     create
It still wants to create it 😕
b
that’s just the component wrapper, it’s not actually creating any resource. it’s a dynamic provider
e
Interesting....
Yeah BTW I did a pulumi up when it said it would create the VPC CNI resource, and it indeed did add that daemonset to my cluster.
b
I see, can you open an issue
e
b
e
🙏