Common cluster access problems
This section lists common issues when trying to access your EKS cluster. The next few sections describe common symptoms and how to fix them.
You cannot access your cluster using kubectl
Interacting with your cluster API through kubectl or as part of a CI/CD pipeline or tool is a critical part of using EKS! Some common problems are listed next, along with potential solutions.
Note
While the errors shown next may point to a specific problem, they may also be related to an issue not documented here.
In the error message shown, the shell has no credentials configured as environment variables or as a profile in the ~/.
aws
directory:
$ kubectl get node Unable to locate credentials. You can configure credentials by running "aws configure". $ aws eks update-kubeconfig --name mycluster --region eu-central-1 Unable to locate credentials. You can configure credentials by running "aws configure".
You may also get...