Wondering if any folks have ideas about how to ach...
# aws
w
Wondering if any folks have ideas about how to achieve the patching / modification of the aws-vpc-cni component when installing EKS. I'm trying to specify a service account / annotation so that it uses IRSA (as per best practise). When specifying
useDefaultVpcCni: false
it still gets installed 😕 Which, OK fine. But then I also can't 'import' it inline and annotate it without manual intervention (once to import without the annotation, then add the annotation, then run
up
again).