I am currently trying out aws eks and I am havin a problem managing my cluster via eksctl. Now creating a cluster via eksctl works just fine using
eksctl create cluster --region [region] --name my-cluster
The cluster comes up correctly and it also shows in the AWS console Web GUI but if I try to get it with
eksctl get clusters
I get
No clusters found
I set up my roles as described in the documentation (EKS Cluster) role and added Access Key Id and Secret Access Key to my configuration. But could this be an issue with the permissions? If not, what else could it be
kubectl config get-contexts
give you? – Reluctance