-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
CNI cilium: Fix and update to v1.15.3 #18846
Conversation
/ok-to-test |
This comment has been minimized.
This comment has been minimized.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: medyagh, spowelljr 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 |
for ISO (qemu driver) I get this error in the pod logs "failed while reinitializing datapath: listing routing rules: address family not supported by protocol"
the log for container
but it could be only for ISO cilium/cilium#29965 |
This comment has been minimized.
This comment has been minimized.
seems like if we downgrade to 1.15.3 should be fine for ISO as well cilium/cilium#31944 |
b972707
to
cdc016b
Compare
cdc016b
to
c213f42
Compare
Confirmed it works on ISO as well now
|
kvm2 driver with docker runtime
Times for minikube start: 51.3s 54.0s 51.4s 53.8s 51.9s Times for minikube ingress: 29.0s 25.7s 25.0s 24.5s 28.5s docker driver with docker runtime
Times for minikube start: 21.0s 21.3s 24.0s 21.2s 24.0s Times for minikube ingress: 21.8s 23.3s 22.8s 21.8s 21.3s docker driver with containerd runtime
Times for minikube ingress: 31.8s 32.3s 79.8s 31.3s 19.8s Times for minikube start: 23.2s 23.2s 20.4s 22.7s 20.0s |
These are the flake rates of all failed tests.
To see the flake rates of all tests by environment, click here. |
Fixes: #18780
Before:
After:
Verified on ISO as well
And verified on multi-node also
What I did
I generated the cilium yaml using
helm
:Removed
cilium-ca-secret.yaml
andserver-secret.yaml
Made
cluster-pool-ipv4-cidr
use a templated value as per d3dad9cAnd changed
replicas
to1