skip to Main Content

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 Kubernetes not having this command on the host?

  tc - show / manipulate traffic control settings

Thanks

2

Answers


  1. 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.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search