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年前281ビュー
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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ