EKS Node Group Nodes Not Able to Join the Cluster: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
Line 11: Line 11:


=Fix=
=Fix=
Locate the EKS cluster's [[Amazon_EKS_Concepts#Cluster_Security_Group|cluster security group]].
Add itself as an inbound rule: Type "All traffic", Source "Custom", data: its own ID.

Latest revision as of 08:32, 4 February 2021

Internal

Overview

Creation of a new node group takes a long time, and eventually the state transitions to "Create failed". The corresponding autoscaling group is correctly created and the nodes are healthy. Yet, they cannot join the cluster.

Root Cause

The problem is caused by the fact that cluster security group loses all its inbound rules.

Fix

Locate the EKS cluster's cluster security group.

Add itself as an inbound rule: Type "All traffic", Source "Custom", data: its own ID.