Skip to content
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

cilium startup issue with minikube #3

Open
nyrahul opened this issue Aug 8, 2021 · 0 comments
Open

cilium startup issue with minikube #3

nyrahul opened this issue Aug 8, 2021 · 0 comments

Comments

@nyrahul
Copy link
Collaborator

nyrahul commented Aug 8, 2021

On using kubectl apply -f cilium-spire.yaml, I got following:

level=error msg="Command execution failed" cmd="[ip6tables -w 5 -t raw -N CILIUM_OUTPUT_raw]" error="exit status 3" subsys=iptables
level=warning msg="ip6tables v1.8.4 (legacy): can't initialize ip6tables table `raw': Table does not exist (do you need to insmod?)" subsys=iptables
level=warning msg="Perhaps ip6tables or your kernel needs to be upgraded." subsys=iptables
level=error msg="Error while initializing daemon" error="cannot add custom chain CILIUM_OUTPUT_raw: exit status 3" subsys=daemon
level=fatal msg="Error while creating daemon" error="cannot add custom chain CILIUM_OUTPUT_raw: exit status 3" subsys=daemon

Modprobing ip6table_filter in minikube node didn't fix the issue (found this fix mentioned on google search).

Finally, I disabled ipv6 altogether in cilium-spire.yaml and it worked.

Any thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant