-
Notifications
You must be signed in to change notification settings - Fork 233
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
Update Canal CNI to v3.10 #718
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: xmudrii The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/assign @kron4eg |
@@ -210,6 +216,7 @@ func calicoClusterRole() *rbacv1.ClusterRole { | |||
} | |||
} | |||
|
|||
// TODO(xmudrii): This doesn't exist anymore in the original manifest. |
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.
@kron4eg That ClusterRole is not present in the manifest anymore and I don't know who creates that ServiceAccount. Should we drop this role?
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.
Yeah, probably yes.
Yet we don't have effective mechanism to delete "old stuff" currently. Something like kubectl apply --prune -l app=kubeone
would do. Probably we need to work on implementing it.
Timeout error |
This doesn't affect upgrades because we never upgrade CNI. I'll create a follow-up PR that fixes this, but in meanwhile we can merge this one. |
/hold |
/hold cancel |
/lgtm |
LGTM label has been added. Git tree hash: fbc7c09c7cb35005a8564576e85f7b0a36d9c750
|
What this PR does / why we need it:
Update Canal CNI to v3.10.
Docs: https://docs.projectcalico.org/v3.10/getting-started/kubernetes/installation/flannel
Manifest: https://docs.projectcalico.org/v3.10/manifests/canal.yaml
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #599
Special notes for your reviewer:
Blocked until upgrade E2E tests are not fixed (#717).
/hold
Does this PR introduce a user-facing change?: