prehistoric-judge-25958
11/06/2022, 10:33 PMk3s check-config
what does these errors exactly mean should is solve this and if so how? I am running k3s on Debian 11 bullseye with 3 masters (etcd).
root:# k3s check-config
Verifying binaries in /var/lib/rancher/k3s/data/2ef87ff954adbb390309ce4dc07500f29c319f84feec1719bfb5059c8808ec6a/bin:
- sha256sum: good
- links: aux/ip6tables should link to iptables-detect.sh (fail)
- links: aux/ip6tables-restore should link to iptables-detect.sh (fail)
- links: aux/ip6tables-save should link to iptables-detect.sh (fail)
- links: aux/iptables should link to iptables-detect.sh (fail)
- links: aux/iptables-restore should link to iptables-detect.sh (fail)
- links: aux/iptables-save should link to iptables-detect.sh (fail)
....
STATUS: 6 (fail)
nutritious-tomato-14686
11/07/2022, 5:32 PMprehistoric-judge-25958
11/07/2022, 6:16 PMnutritious-tomato-14686
11/07/2022, 6:17 PMprehistoric-judge-25958
11/07/2022, 6:24 PMwhich iptables
gives me no result. Is Iptables required for K3s?nutritious-tomato-14686
11/07/2022, 6:56 PMk3s check-config
prehistoric-judge-25958
11/07/2022, 6:58 PMnutritious-tomato-14686
11/07/2022, 7:25 PMsudo /var/lib/rancher/k3s/data/current/bin/aux/iptables -L
.
This would be a good thing to improve IMO about the k3s check-config. I think a warning about "k3s is using embedded iptables" would be better than 6 FAILS.