How do I get Pulumi to not create the EKS VPC CNI ...
# aws
e
How do I get Pulumi to not create the EKS VPC CNI plugin with the
@pulumi/eks
package?
Copy code
useDefaultVpcCni: false,
should do it?
but it seems to really want it, I want to use cilium instead.