We would like to use <https://docs.aws.amazon.com/...
# general
c
We would like to use https://docs.aws.amazon.com/eks/latest/userguide/calico.html
cni
along with
eks
using https://github.com/pulumi/pulumi-eks . How can we override the default CNI which gets installed with
pulumi-eks
?
w
My understanding is that EKS itself will always install the vpc-cni. If I’m reading the docs correctly, you can just instal the calico yaml as well to use Calico. Have you tried that and had issues?
c
I have not tried it. I will try and let you know if I run into any issues. Thanks
It worked. Thanks
👍 1