-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Update Cilium to v1.16.1 #16800
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 Cilium to v1.16.1 #16800
Conversation
Skipping CI for Draft Pull Request. |
/test pull-kops-e2e-k8s-gce-cilium |
/test pull-kops-e2e-k8s-gce-cilium |
1ae4e64
to
a85271e
Compare
/test pull-kops-e2e-k8s-gce-cilium |
/test pull-kops-e2e-k8s-gce-cilium |
The ipv6 job is failing because cilium-operator isnt listening on the ipv6 loopback:
The documentation in cell.go here suggests it defaults to listening on both ipv4 and ipv6 loopback interfaces but the control plane host's /etc/hosts only resolves
I'm going to try setting that cilium-config value to match our templating logic in the container probes. |
/test pull-kops-e2e-k8s-gce-cilium |
The last failures were flakes so this should be ready for a final review. /test pull-kops-e2e-k8s-gce-cilium-etcd |
/retest |
/retest |
# helm template --release-name cilium cilium/cilium \ | ||
# --version 1.16.1 \ | ||
# --namespace kube-system \ | ||
# --values helm-values.yaml | ||
{{ with .Networking.Cilium }} | ||
{{ $semver := (trimPrefix "v" .Version) }} |
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.
Nit: $semver
and $operatorHealthPort
may not be needed anymore either.
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.
Awesome 🥳
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hakman 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 |
/override pull-kops-e2e-cni-cilium-eni |
@hakman: Overrode contexts on behalf of hakman: pull-kops-e2e-cni-cilium-eni 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-sigs/prow repository. |
No description provided.