We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b442d79 commit ab953f9Copy full SHA for ab953f9
1 file changed
pkg/eks/nodegroup.go
@@ -83,7 +83,7 @@ func LogWindowsCompatibility(nodeGroups []KubeNodeGroup, clusterMeta *api.Cluste
83
if hasWindowsNode(nodeGroups) {
84
if !hasAmazonLinux2Node(nodeGroups) {
85
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)
+ logger.Warning("add it using 'eksctl create nodegroup --cluster=%s --node-ami-family=%s'", clusterMeta.Name, api.NodeImageFamilyAmazonLinux2023)
87
}
88
logger.Warning("Windows VPC resource controller is required to run Windows workloads")
89
logger.Warning("install it using 'eksctl utils install-vpc-controllers --name=%s --region=%s --approve'", clusterMeta.Name, clusterMeta.Region)
0 commit comments