You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we instruct the user to disable built-in VPC CNI driver by running the following command:
kubectl -n kube-system set image daemonset/aws-node aws-node=docker.io/spaster/alpine-sleep
This is an effective solution, however conceptually it may seem a little odd to the user. Also, if user follows EKS upgrade instructions without knowing that this was done at some stage earlier, they will put the VPC CNI driver back and break Cilium.