This message was deleted.
# k3s
a
This message was deleted.
q
I have tried this btw:
Copy code
--flannel-backend=none \
--disable-network-policy
And making my own CNI and still no love. I think this must be hard coded in k3s to alter iptabes this way on start up.
c
have you tried the
net.ipv6.conf.all.disable_ipv6=1
sysctl?
those are all managed by kube-proxy, if kube-proxy finds ipv6 enabled on the node, it’ll generate ipv6 rules…