You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have several mixed workload EKS clusters running multiple MNG's on Windows EKS optimized AMI's.
We're now trying to migrate to using custom AMI's but are running into the issue that the Access Entries for these MNG's are all of type EC2_LINUX instead of EC2_WINDOWS.
This renders the nodes useless as the networking on the containers is broken.
It looks like AWS has no idea which type of node group this is and assumes it is Linux when creating the access entry.
The same problem has already been mentioned in issue #2994 but that issue was closed without solution on this subject.
Description
We have several mixed workload EKS clusters running multiple MNG's on Windows EKS optimized AMI's.
We're now trying to migrate to using custom AMI's but are running into the issue that the Access Entries for these MNG's are all of type EC2_LINUX instead of EC2_WINDOWS.
This renders the nodes useless as the networking on the containers is broken.
It looks like AWS has no idea which type of node group this is and assumes it is Linux when creating the access entry.
The same problem has already been mentioned in issue #2994 but that issue was closed without solution on this subject.
Versions
Module version [Required]: 20.24.3
Terraform version: 1.10.1
Provider version(s):
aws: 5.61.0
Reproduction Code [Required]
Steps to reproduce the behavior:
Expected behavior
An access rule of type EC2_WINDOWS is created for the MNG.
Actual behavior
An access rule of type EC2_LINUX is created for the MNG.
The text was updated successfully, but these errors were encountered: