Hi @kodekloud I’m unable to get the nodes even though I have followed all the steps from document
Hi @Nisha-Singh
It’s difficult from the image you posted to help you on this. Could you please share the contents of your aws-auth-cm.yaml
file in code blocks? This will help us better understand the configuration.
Are you following the guidelines outlined in this document for creating your cluster?
Also, you need to update the Role ARN in your ConfigMap with your NodeInstanceRole
after downloading it. This step is crucial for ensuring your nodes can join the cluster successfully.
Regards.
@kodekloud I have attached it now… also, I have followed all the steps multiple times. Still facing issue
Hi @Nisha-Singh
Is this cluster being built as a lab from the AWS EKS course?
If it is, then there is a bug in the course instructions. You need to completely ignore the link to the instructions from the course, and instead follow the instructions that @Santosh_KodeKloud as provided the link to.
No this I tried from Aws playground. Also, I followed the link which is for EKS creation in kodekloud. @Alistair_KodeKloud
Did the CloudFormation step to deploy the nodes autoscaling group complete successfully?
You could also try following the terraform version, which will deploy the whole thing in about 10 minutes, and I ran it just now
In real life nobody would ever deploy a cluster using the console. You always use an IaC solution like terraform.