Help improve this page
Want to contribute to this user guide? Scroll to the bottom of this page and select Edit this page on GitHub. Your contributions will help make our user guide better for everyone.
Disable Windows support
To disable Windows support on your cluster
-
If your cluster contains Amazon Linux nodes and you use security groups for Pods with them, then skip this step.
Remove the
AmazonVPCResourceController
managed IAM policy from your cluster role. Replace
with the name of your cluster role andeksClusterRole
with your account ID.111122223333
aws iam detach-role-policy \ --role-name
eksClusterRole
\ --policy-arn arn:aws:iam::aws:policy/AmazonEKSVPCResourceController -
Disable Windows IPAM in the
amazon-vpc-cni
ConfigMap.kubectl patch configmap/amazon-vpc-cni \ -n kube-system \ --type merge \ -p '{"data":{"enable-windows-ipam":"false"}}'