Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update kubeconfig lookup with eksctl clusters
During eksctl bootstrap, the `/etc/systemd/system/kubelet.service` file still exists, although `kubelet.service.d/10-eksclt.al2.conf` and `/etc/eksctl/kubeconfig.yaml` are created and used. This causes errors when running the `aws-cni-support.sh` script due to the precedence of looking up the kubeconfig file. `error: unable to read certificate-authority /etc/kubernetes/pki/ca.crt for kubernetes due to open /etc/kubernetes/pki/ca.crt: no such file or directory`
- Loading branch information