-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Cilium standalone continuation #7646
Cilium standalone continuation #7646
Conversation
Hi @olemarkus. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
Addon manager seems to fail at parsing the version because it only had major.minor version.
The addon is applied automatically, while bpf is mounted on nodeup. So updating cilium will make cilium hang until the nodes are rolled. There is no need for this flag to be true since bpf will anyways be available after roll.
/ok-to-test If we happen to have to revert the changes of the last PR for this I don’t think we should merge this. If we don’t on the other hand... :-) |
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.
Code wise this looks good for me!
/lgtm |
Makes sense to me. Could also just revert the previous one and push in all the changes in here. Makes cherry picking and such easier too, I guess. |
Thanks @olemarkus /approve We can probably just cherry-pick both of them - that way all the rest of the machinery will work (e.g. relnotes) |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: justinsb, olemarkus 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 |
Not sure if there was any particular reason for the hold @chrisz100 ? I'd suggest we get this in to master as it sounds like without it our current cilium configuration has some challenges. |
I know @mikesplain had some concerns regarding the related PR and considered reverting it. But I don’t mind getting it merged. |
I'm fine with this now. Thanks for clearing things up gang! /lgtm |
…6-origin-release-1.15 Automated cherry pick of #7646: Fix Cilium addon version
Fixes a couple of smaller issues left unresolved in #7474
Upgrades from Kops 1.13 stable to this PR works as expected.
Note that because bpffs is not mounted on the host before #7474, upgrading cilium will freeze the network on nodes where a cilium pod is being rolled.
Fixes #7575
Fixes #7046
Fixes #6496