Kubernetes CentOS 8 tc command missing impact

1/8/2020

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

-- sfgroups
centos8
kubernetes

2 Answers

1/9/2020

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.

-- bells17
Source: StackOverflow

4/29/2020
-- DerSkythe
Source: StackOverflow