User Tools

Site Tools


wiki:aws_troubleshooting

aws troubleshooting

Instances failed to join the kubernetes cluster

Usually caused by the worker nodes not being able to contact the API server on the control plane. Things to check:

  1. Check the “Cluster security group” and “Additional security groups” in the EKS cluster. They need to allow traffic to the 443 and 1025-65535 ports
  2. The EC2 instance (the worker nodes) need to have an IAM role with following permission policies AmazonEKSWorkerNodePolicy, AmazonEC2ContainerRegistryReadOnly, AmazonEKS_CNI_Policy

Tested on

See also

References

wiki/aws_troubleshooting.txt · Last modified: 2025/03/05 11:57 by antisa

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki