From cafd0a94646ad0bddef4b2aafbdcf696cd79ec51 Mon Sep 17 00:00:00 2001 From: Ciprian Hacman Date: Fri, 4 Oct 2024 19:53:28 +0300 Subject: [PATCH] test --- nodeup/pkg/model/networking/amazon-vpc-routed-eni.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodeup/pkg/model/networking/amazon-vpc-routed-eni.go b/nodeup/pkg/model/networking/amazon-vpc-routed-eni.go index df42d78725d39..0293123858c4e 100644 --- a/nodeup/pkg/model/networking/amazon-vpc-routed-eni.go +++ b/nodeup/pkg/model/networking/amazon-vpc-routed-eni.go @@ -68,7 +68,7 @@ ManageForeignRoutingPolicyRules=no // Running Amazon VPC CNI on Ubuntu 22.04 and later or any version of al2023 requires // setting MACAddressPolicy to `none` (ref: https://github.com/aws/amazon-vpc-cni-k8s/issues/2103 // & 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]