Windows Self Managed Nodes fail to join a cluster

0

I created a node-group of self managed nodes with terraform, the ec2 instanced get created with the right tags, security group & settings, the aws-auth config map includes this SG for the rols "system:bootstrappers" & "system:nodes, the amazon-vpc-cni config map includes the "enable-windows-ipam" setting and yet the nodes don't show up in the cluster nodes. Anyone has any ideas what can be wrong?

질문됨 일 년 전282회 조회
2개 답변
0
  • Check the following link to verify the Windows AMI version compatible with EKS Cluster https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-windows-ami.html
  • Double-check the aws-auth ConfigMap in your EKS cluster to ensure that it includes the correct roles for your Windows nodes. You can use the kubectl get configmap aws-auth -n kube-system -o yaml command to inspect the ConfigMap.
  • Review the Amazon VPC CNI ConfigMap to ensure that it has the correct "enable-windows-ipam" setting. You can use the kubectl get configmap aws-node -n kube-system -o yaml command to inspect the ConfigMap
profile picture
전문가
답변함 일 년 전
  • thanks for the advice, I checked the AMI is as expected and verified the two config maps, everything is in place yet the nodes don't join the cluster. I verified security group and rules and restarted the instances, nothing helps.

0

Please see the documentation provided here https://docs.aws.amazon.com/eks/latest/userguide/launch-windows-workers.html for launching self-managed Windows nodegroups. Note - you will need some Linux based nodes for core addons such as CoreDNS which are required for the cluster

profile pictureAWS
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠