Skip to content

Commit ab953f9

Browse files
authored
Update Windows compatibility hint to recommend AL2023 instead of AL2 (#8714)
1 parent b442d79 commit ab953f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/eks/nodegroup.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func LogWindowsCompatibility(nodeGroups []KubeNodeGroup, clusterMeta *api.Cluste
8383
if hasWindowsNode(nodeGroups) {
8484
if !hasAmazonLinux2Node(nodeGroups) {
8585
logger.Warning("a Linux node group is required to support Windows workloads")
86-
logger.Warning("add it using 'eksctl create nodegroup --cluster=%s --node-ami-family=%s'", clusterMeta.Name, api.NodeImageFamilyAmazonLinux2)
86+
logger.Warning("add it using 'eksctl create nodegroup --cluster=%s --node-ami-family=%s'", clusterMeta.Name, api.NodeImageFamilyAmazonLinux2023)
8787
}
8888
logger.Warning("Windows VPC resource controller is required to run Windows workloads")
8989
logger.Warning("install it using 'eksctl utils install-vpc-controllers --name=%s --region=%s --approve'", clusterMeta.Name, clusterMeta.Region)

0 commit comments

Comments
 (0)