Quantcast
Channel: User Recoba20 - DevOps Stack Exchange
Viewing all articles
Browse latest Browse all 17

Answer by Recoba20 for Cannot configure node group in new EKS cluster due to no Node IAM role found

$
0
0

This is actually pretty well described in the docs.

Before you create worker nodes, you must create an IAM role with thefollowing IAM policies:

AmazonEKSWorkerNodePolicy

AmazonEKS_CNI_Policy

AmazonEC2ContainerRegistryReadOnly

Also you need to make sure that this role could be assumed by EKS.

{"Version": "2012-10-17","Statement": [    {"Effect": "Allow","Principal": {"Service": "ec2.amazonaws.com"      },"Action": "sts:AssumeRole"    }  ]}

Viewing all articles
Browse latest Browse all 17

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>