amazon-vpc-cni-k8s icon indicating copy to clipboard operation
amazon-vpc-cni-k8s copied to clipboard

Use AL2023 base images on VPC-CNI

Open jchen6585 opened this issue 1 year ago • 0 comments
trafficstars

What type of PR is this?

improvement

Which issue does this PR fix?:

N/A

What does this PR do / Why do we need it?: We should look to move VPC-CNI images to use the AL2023 base images since those will be patched at a faster rate and have improvements compared to AL2.

Testing done on this change:

Integration test results. IP family in parenthesis means the IP family the cluster the test ran against had.

Tests on AL2 nodes

  • CNI (IPv4) Ran 18 of 19 Specs in 1543 589 seconds

  • IPAMD (IPv4) Ran 26 of 26 Specs in 1636 912 seconds

  • CNI Metrics (IPv4) (Tested against cni metrics image using the AL2023 image) Ran 1 of 1 Specs in 447 286 seconds

  • Custom Networking (IPv4) Ran 4 of 4 Specs in 2394 163 seconds

  • SNAT (IPv4) Ran 4 of 4 Specs in 517 211 seconds

  • Pod ENI (IPv4) Ran 6 of 6 Specs in 1812 811 seconds

  • IPv6 (IPv6) Ran 7 of 8 Specs in 379 563 seconds

  • CNI Egress (IPv6) Ran 1 of 1 Specs in 40 400 seconds

Tests on AL2023 nodes

  • CNI (IPv4) Screenshot 2024-03-04 at 12 14 13 PM

  • IPAMD (IPv4) Screenshot 2024-03-04 at 2 04 22 PM

  • SNAT (IPv4) Screenshot 2024-03-05 at 12 39 46 PM

  • Pod ENI (IPv4) Screenshot 2024-03-05 at 1 10 09 PM

  • IPv6 (IPv6) Screenshot 2024-03-05 at 2 55 01 PM

  • CNI Egress (IPv6) Screenshot 2024-03-05 at 2 54 56 PM

  • Custom Networking (IPv4)

    • WIP

Will this PR introduce any new dependencies?:

No

Will this break upgrades or downgrades? Has updating a running cluster been tested?: No, Yes

Does this change require updates to the CNI daemonset config files to work?:

No

Does this PR introduce any user-facing change?:

No


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

jchen6585 avatar Feb 29 '24 21:02 jchen6585