-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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 cni plugins when flannel is ready. #5598
Conversation
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
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/test-infra repository. I understand the commands that are listed here. |
Welcome @mJace! |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mJace 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 |
I signed it |
flannel copied binary to /opt/cni/bin from flannel manifests in kubespray are out of date. |
@LuckySB And I notice that the new version of |
@mJace yes. current legacy install cni contain old version 0.3.0 of common cni plugin. change install procedure to:
|
No longer need with #5937, right ? comment & reopen if I'm wrong |
/close |
@floryut: Closed this PR. In response to this:
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/test-infra repository. |
What type of PR is this?
/kind bug
What this PR does / why we need it:
This PR will update cni plugins when flannel pod is ready.
Before this PR, when installation k8s using kubespray with flannel, the cni plugins will stick on a certain old version. And not the new version as it claimed to be in kubespray document.
Which issue(s) this PR fixes:
Fixes #5562
Special notes for your reviewer:
Does this PR introduce a user-facing change?: