You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
For some reason my machine is incapable of creating the Cilium cluster as described in the setup_cilium_cluster function, that is with --version 1.10.5. Below are some outputs that describe the problem. Regardless, I've found out that using a newer Cilium version (such as 1.15.4) makes the cluster deploy successfully. I am not sure if changing the version won't break something (considering I have already tested it, it likely shouldn't).
Describe the bug
For some reason my machine is incapable of creating the Cilium cluster as described in the
setup_cilium_cluster
function, that is with--version 1.10.5
. Below are some outputs that describe the problem. Regardless, I've found out that using a newer Cilium version (such as 1.15.4) makes the cluster deploy successfully. I am not sure if changing the version won't break something (considering I have already tested it, it likely shouldn't).Pods are forever stuck in
ContainerCreating
:Failing events:
Strangely high CPU usage:
To Reproduce
Steps to reproduce the behavior:
./cnf-testsuite cnf_setup cnf-config=sample-cnfs/sample-coredns-cnf/cnf-testsuite.yml
./cnf-testsuite cni_compatible
kubectl get pods -A --kubeconfig ~/.cnf-testsuite/tools/kind/cilium-test_admin.conf
Expected behavior
Cilium cluster should be deployed without issues.
Device:
Linux, Ubuntu server 22.04, x86
kind version: v0.22.0
minikube version: v1.32.0
kubectl version: v1.23.13
Once this issue is address how will the fix be verified?
Hopefully it will not break the github actions :).
The text was updated successfully, but these errors were encountered: