Replies: 1 comment 1 reply
-
Can you describe a bit more your environment? (kubernetes version, cluster environment (GKE, AKS, kops, ...), how you installed linkerd (CLI, helm, cni, ...)) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
centos8.5.2111 kernle:5.15.13-1.el8.elrepo.x86_64
linkerd2.11.1
[root@master ~]# k get pod
NAME READY STATUS RESTARTS AGE
linkerd-destination-754fdff96f-tzcf6 0/4 Init:CrashLoopBackOff 7 (2m18s ago) 14m
linkerd-identity-54795b9f9f-pq7lh 0/2 Init:CrashLoopBackOff 7 (2m25s ago) 14m
linkerd-proxy-injector-69c975fc7c-fvt4l 0/2 Init:CrashLoopBackOff 7 (77s ago) 14m
k describe pod linkerd-identity-54795b9f9f-pq7lh
2022/01/09 11:55:41 adding rules
2022/01/09 11:55:41 :; iptables -t nat -N PROXY_INIT_REDIRECT -m comment --comment proxy-init/redirect-common-chain/1641729341
2022/01/09 11:55:41 modprobe: can't change directory to '/lib/modules': No such file or directory
modprobe: can't change directory to '/lib/modules': No such file or directory
iptables v1.8.7 (legacy): can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
2022/01/09 11:55:41 Aborting firewall configuration
Error: exit status 3
Beta Was this translation helpful? Give feedback.
All reactions