-
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
KVM: Cilium CNI not working with buildroot 2021.02 systemd #11810
Comments
@afbjorklund it looks like 4.19.194 breaks cilium. One idea is that it could be related to BPF configuration |
I was looking for bpf in our source code I found we indirectly depend on it in go.sum
|
Unsurprisingly, this is yet another systemd bug: cilium/cilium#10645 Caused by the upgrade from systemd 240 to systemd 247, where this was introduced in 245 : Need to add some patch, like UBUNTU-drop-kernel.-settings-from-sysctl-defaults-shipped.patch It is unrelated to the kernel version, looks similar on both:
We could upgrade the kernel separately in the future, perhaps ? |
After #11688 was merged, we noticed integration test failures for Cilium CNI.
All test setups with KVM driver had the same error - https://storage.googleapis.com/minikube-builds/logs/11791/b8ae8cd/KVM_Linux.html#fail_TestNetworkPlugins%2fgroup%2fcilium%2fDNS
ISO containing the issue: https://storage.googleapis.com/minikube-builds/iso/11688/minikube-v1.21.0-1624660371-11688.iso
Revert PR: #11799
The text was updated successfully, but these errors were encountered: