Replies: 1 comment
|
Yeah, sorry, that container name is misleading. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I try to install calico on my local rancher-desktop instance, I follow the instructions on
https://docs.tigera.io/calico/latest/getting-started/kubernetes/self-managed-onprem/onpremisesand usesiptablesinstructions, but when I have applied the custom resources, the calico deployment fails withPod calico-system/calico-node-bdznj has crash looping container: ebpf-bootstrap (ContainerCannotRun, exit code 128)...I can understand that it fails as the environment probably doesn't support eBPF, but why is the setup starting a container that according to the name does eBPF related things when I use iptables?
All reactions