Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hakman committed Oct 4, 2024
1 parent a5fdc9a commit cafd0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodeup/pkg/model/networking/amazon-vpc-routed-eni.go
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit cafd0a9

Please sign in to comment.