diff --git a/nodeup/pkg/model/networking/amazon-vpc-routed-eni.go b/nodeup/pkg/model/networking/amazon-vpc-routed-eni.go index e6ca88f79d..7bec9935f4 100644 --- a/nodeup/pkg/model/networking/amazon-vpc-routed-eni.go +++ b/nodeup/pkg/model/networking/amazon-vpc-routed-eni.go @@ -65,10 +65,11 @@ ManageForeignRoutingPolicyRules=no }) } - // Running Amazon VPC CNI on Ubuntu 22.04 or any version of al2023 requires + // Running Amazon VPC CNI on Ubuntu 22.04+ or any version of al2023 requires // setting MACAddressPolicy to `none` (ref: https://github.com/aws/amazon-vpc-cni-k8s/issues/2103 + // & https://github.com/aws/amazon-vpc-cni-k8s/issues/2839 // & https://github.com/kubernetes/kops/issues/16255) - if (b.Distribution.IsUbuntu() && b.Distribution.Version() == 22.04) || + if (b.Distribution.IsUbuntu() && b.Distribution.Version() >= 22.04) || b.Distribution == distributions.DistributionAmazonLinux2023 { contents := ` [Match]