File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
nodeup/pkg/model/networking Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -65,10 +65,11 @@ ManageForeignRoutingPolicyRules=no
6565 })
6666 }
6767
68- // Running Amazon VPC CNI on Ubuntu 22.04 or any version of al2023 requires
68+ // Running Amazon VPC CNI on Ubuntu 22.04+ or any version of al2023 requires
6969 // setting MACAddressPolicy to `none` (ref: https://github.com/aws/amazon-vpc-cni-k8s/issues/2103
70+ // & https://github.com/aws/amazon-vpc-cni-k8s/issues/2839
7071 // & https://github.com/kubernetes/kops/issues/16255)
71- if (b .Distribution .IsUbuntu () && b .Distribution .Version () = = 22.04 ) ||
72+ if (b .Distribution .IsUbuntu () && b .Distribution .Version () > = 22.04 ) ||
7273 b .Distribution == distributions .DistributionAmazonLinux2023 {
7374 contents := `
7475[Match]
You can’t perform that action at this time.
0 commit comments