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?

已提問 1 年前檢視次數 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
專家
已回答 1 年前
  • 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
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南