Asking for help? Comment out what you need so we can get more information to help you!
Cluster information:
Kubernetes version:
Cloud being used: (put bare-metal if not on a public cloud)
Installation method:
Host OS:
CNI and version:
CRI and version:
You can format your yaml by highlighting it and pressing Ctrl-Shift-C, it will make your output easier to read.
Yes, but with a caveat. There was a breaking change introduced in iptables package version1.8.1
and 1.8.2
.
The workaround for now is to use iptables in legacy mode:
update-alternatives --set iptables /usr/sbin/iptables-legacy
For more information, see these 2 threads:
1 Like
rata
3
Those are candidates for issues of the year!
1 Like
I was also looking for iptables Thanks for replying for iptables. But i am looking whether Kubernetes compatible with debian or not ?
Yes Kubernetes is compatible with Debian. The only issue with installing it on Debian Buster currently is the iptables issue referenced above.