-
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
feat: add support for Cilium 1.14 #10684
feat: add support for Cilium 1.14 #10684
Conversation
Welcome @rl0nergan! |
Hi @rl0nergan. Thanks for your PR. I'm waiting for a kubernetes-sigs 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. |
7cda934
to
95916fc
Compare
…ocol options Ryan Lonergan [email protected]
Ryan Lonergan [email protected]
…m 1.14 Ryan Lonergan [email protected]
95916fc
to
67b405b
Compare
/ok-to-test |
thanks @yankay. Looks like all required tests passed. Is there anything else needed from me? If not, can this be approved and merged please? |
Thanks @rl0nergan Hi @cyclinder , would you please help to review it :-) |
Sure, I'll take a look at it today. |
Co-authored-by: Cyclinder <[email protected]>
Thanks @rl0nergan, in my cluster on bare metal, everything works after upgrading to 1.14 |
Thanks @rl0nergan, |
hey @yankay, can I get an approval here when you have a chance? |
@rl0nergan, the upgrade from 1.13 to 1.14 went through successfully, but the installation of the new node from 1.14 failed, the configuration in /etc/cni/net.d/ was not created. As the cni-install.sh script was removed in version 1.14
|
Thanks @pbromb @rl0nergan /approve And the Best Regards |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cyclinder, rl0nergan, yankay 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 |
* update cilium configmap template for new routing mode and tunnel-protocol options Ryan Lonergan [email protected] * add rbac for new cilium crd in 1.14 Ryan Lonergan [email protected] * add conditional for cni-install.sh that's no longer included in cilium 1.14 Ryan Lonergan [email protected] * Update roles/network_plugin/cilium/templates/cilium/ds.yml.j2 Co-authored-by: Cyclinder <[email protected]> --------- Co-authored-by: Cyclinder <[email protected]>
Hello, referenced as a bug by #10887 @yankay ! Could someone please create the PR ? Many thanks |
* update cilium configmap template for new routing mode and tunnel-protocol options Ryan Lonergan [email protected] * add rbac for new cilium crd in 1.14 Ryan Lonergan [email protected] * add conditional for cni-install.sh that's no longer included in cilium 1.14 Ryan Lonergan [email protected] * Update roles/network_plugin/cilium/templates/cilium/ds.yml.j2 Co-authored-by: Cyclinder <[email protected]> --------- Co-authored-by: Cyclinder <[email protected]>
What type of PR is this?
What this PR does / why we need it:
Adds support for Cilium 1.14+ for clusters running k8s v1.27+
Which issue(s) this PR fixes:
Fixes #10465
Special notes for your reviewer:
Does this PR introduce a user-facing change?: