Why Won’t My EKS Node Group Join the Cluster?

0
6
Asked By TechWizard42 On

Hey everyone! I've been having a tough time with my EKS setup. I created the cluster without any issues, but now my Node Group is stuck in the "creating" state and the EC2 instances aren't able to join. I've checked and confirmed that the IAM role has the correct policies: AmazonEKS_CNI_Policy, AmazonEC2ContainerRegistryReadOnly, and AmazonEKSWorkerNodePolicy.

I've also set up the add-ons: Amazon VPC CNI, CoreDNS, and kube-proxy in the same VPC as my cluster. I'm following a tutorial and following all the steps, but something is clearly off. I deleted and recreated everything and I'm still facing this problem. I heard ChatGPT suggest that a ConfigMap might be missing, but that wasn't mentioned in the tutorial. Anyone have any insight or advice?

1 Answer

Answered By CloudGuru99 On

Check if your instance role has the necessary permissions within your cluster. Also, make sure your security groups allow the nodes to communicate with the cluster API. If you haven't done this yet, dive into the logs on the nodes for any errors that could reveal what's going wrong.

TechWizard42 -

Yeah, I checked the permissions and it seems like the issue is with the aws-auth. Thanks for the tip!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.