Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade CNI spec from 0.4.0 to 1.0.0 #2632

Merged
merged 1 commit into from
Nov 1, 2023
Merged

Upgrade CNI spec from 0.4.0 to 1.0.0 #2632

merged 1 commit into from
Nov 1, 2023

Conversation

jdn5126
Copy link
Contributor

@jdn5126 jdn5126 commented Oct 25, 2023

What type of PR is this?
spec upgrade

Which issue does this PR fix:
N/A

What does this PR do / Why do we need it:
This PR updates the container networking spec used by the VPC CNI from 0.4.0 to 1.0.0. This is needed to stay up to date with the latest containternetworking package.

Note that containernetworking/cni v1.1.2 provides libraries such that spec 0.4.0 and 1.0.0 are fully forward and backward compatible. There are co changes in this PR related to the new spec other than the CNI version.

Also note that this PR will require a minor version update, i.e. v1.16.x. This PR also introduces a requirement that the EKS version be at least 1.24.

If an issue # is not available please add repro steps and logs from IPAMD/CNI showing the issue:
N/A

Testing done on this change:

Manually verified that pods created with image using 0.4.0 spec can be properly loaded and deleted by image using 1.0.0 spec (and vice versa).

Manually verified that all integration tests pass.

Automation added to e2e:

N/A

Will this PR introduce any new dependencies?:

Yes, this PR makes VPC CNI compatible only with EKS 1.24+.

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?:

Yes

Upgrade CNI spec from 0.4.0 to 1.0.0

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

@jdn5126 jdn5126 requested a review from a team as a code owner October 25, 2023 21:07
@jdn5126 jdn5126 force-pushed the cnispec branch 3 times, most recently from 9cbe9a3 to eb4b641 Compare October 31, 2023 15:15
Copy link
Contributor

@jaydeokar jaydeokar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@jdn5126 jdn5126 merged commit d31fd1b into aws:master Nov 1, 2023
6 checks passed
@jdn5126 jdn5126 deleted the cnispec branch November 1, 2023 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants