-
Couldn't load subscription status.
- Fork 4.7k
Bump cni version #17676
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
base: master
Are you sure you want to change the base?
Bump cni version #17676
Conversation
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
40656df to
7cd2a00
Compare
|
/test pull-kops-e2e-k8s-aws-amazonvpc |
|
/test pull-kops-e2e-cni-amazonvpc-ipv6 |
7cd2a00 to
0ca1916
Compare
|
/retest |
|
/test pull-kops-e2e-aws-load-balancer-controller |
|
/test pull-kops-scenario-aws-karpenter |
1 similar comment
|
/test pull-kops-scenario-aws-karpenter |
|
/retest |
|
/test pull-kops-e2e-cni-cilium-ipv6 |
Following containerd configuration for the CNI. Also bump the CNI version to 1.0.0 Signed-off-by: Arnaud Meukam <[email protected]>
Signed-off-by: Arnaud Meukam <[email protected]>
0ca1916 to
b7d44f6
Compare
|
/retest |
|
@ameukam: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
| } | ||
| ] | ||
| } | ||
| contents: "{\n \"cniVersion\": \"1.0.0\",\n \"name\": \"k8s-pod-network\",\n |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ouch ... can we keep the formatting? (Did it change because the value is shorter or something like that? I love yaml!)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the new string contains a mix of tabs and spaces which caused this formatting change. Replacing the tabs with spaces in containerd.go should fix the formatting here.
| "plugins": [ | ||
| { | ||
| "type": "ptp", | ||
| "type": "bridge", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This feels like a bit more than a version bump. Did they remove ptp?
Signed-off-by: Arnaud Meukam [email protected]