We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/proc/sys/net/bridge/bridge-nf-call-iptables
When deploying flannel, it produces an error:
Failed to check br_netfilter: stat /proc/sys/net/bridge/bridge-nf-call-iptables: no such file or directory
kubectl apply -f https://github.com/flannel-io/flannel/releases/latest/download/kube-flannel.yml
kubectl logs kube-flannel-ds-zg58f -n kube-flannel
The text was updated successfully, but these errors were encountered:
So according to this discussion, the br_netfilter module is required. Enable it with:
br_netfilter
modprobe br_netfilter
Related issue:
Sorry, something went wrong.
No branches or pull requests
Description
When deploying flannel, it produces an error:
Steps to reproduce
kubectl apply -f https://github.com/flannel-io/flannel/releases/latest/download/kube-flannel.yml
kubectl logs kube-flannel-ds-zg58f -n kube-flannel
(The name of the container may vary) will yield:The text was updated successfully, but these errors were encountered: