Update the v1.7 calico manifest to Calico v3.17.1 #1328
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
cleanup - updating Calico manifest in v1.7 from calico v3.15.1 to v3.17.1
Which issue does this PR fix:
n/a
What does this PR do / Why do we need it:
This PR updates Calico. Calico v3.16 introduced the ability BPF mode and v3.17 contained several bugfixes for EKS when running in BPF mode.
These changes are present in
config/master/calico.yaml
already. This PR attempts to bring them into the v1.7 calico manifest too. TBH, I'm not sure I understand why there areconfig/<version>
directories - if this isn't the right way to go about getting this change into 1.7, please tell me what I should be doing instead.I'm basing this all on the fact that https://docs.aws.amazon.com/eks/latest/userguide/calico.html links to https://raw.githubusercontent.com/aws/amazon-vpc-cni-k8s/v1.7.5/config/v1.7/calico.yaml
So this PR basically applies the changes from #1235, #1282 and #1326 to
config/v1.7/calico.yaml
.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:
I've set up an EKS cluster using eksctl, applied this manifest and created various pods/services and checked they work as expected.
Automation added to e2e:
Existing Calico test cases should cover this?
Will this break upgrades or downgrades. Has updating a running cluster been tested?:
Not explicitly tested, but no breakages expected.
Does this change require updates to the CNI daemonset config files to work?:
This PR is itself an update of the CNI daemonset.
Does this PR introduce any user-facing change?:
I think a release note isn't required since the PRs it combines already have release notes?
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.