SM
Size: a a a
SM
AK
AK
SK
LB
GG
GG
D
$ kubectl logs --tail=2 --namespace kube-system kube-flannel-ds-amd64-6pwmf -c kube-flannel ✭master
E0628 10:57:33.497043 1 iptables.go:115] Failed to ensure iptables rules: Error checking rule existence: failed to check rule existence: running [/sbin/iptables -t filter -C FORWARD -s 10.244.0.0/16 -j ACCEPT --wait]: exit status 3: iptables v1.8.3 (legacy): can't initialize iptables table `filter': Permission denied (you must be root)
Perhaps iptables or your kernel needs to be upgraded.
GG
$ kubectl logs --tail=2 --namespace kube-system kube-flannel-ds-amd64-6pwmf -c kube-flannel ✭master
E0628 10:57:33.497043 1 iptables.go:115] Failed to ensure iptables rules: Error checking rule existence: failed to check rule existence: running [/sbin/iptables -t filter -C FORWARD -s 10.244.0.0/16 -j ACCEPT --wait]: exit status 3: iptables v1.8.3 (legacy): can't initialize iptables table `filter': Permission denied (you must be root)
Perhaps iptables or your kernel needs to be upgraded.
GG
D
GG
D
GG
D
GG
GG
D
# which iptables-legacy
/usr/sbin/iptables-legacy
root@fornetworks:~# which iptables
/usr/sbin/iptables
D
GG