While configuring Kubernetes 1.17 in CentOS 8, kubeadm gave the warning saying tc
command not in the path.
tc command has been removed in CentOS 8, what is the impact for kubernets not having this command on the host?
tc - show / manipulate traffic control settings
Thanks
I think tc
command doesn't delete in CentOS8.
In CentOS8, Seem like only delete -ok
option in tc
command.
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/considerations_in_adopting_rhel_8/index#tc-ok_networking
So I think kubeadm is not impacted.
Please use to install:
dnf install -y iproute-tc
https://centos.pkgs.org/8/centos-baseos-x86_64/iproute-tc-4.18.0-15.el8.x86_64.rpm.html