在 CentOS 8 中配置 Kubernetes 1.17 时,kubeadm 发出警告说tc
command not in the path。
CentOS 8 中删除了 tc 命令,如果 Kubernetes 在主机上没有此命令,会有什么影响?
tc - show / manipulate traffic control settings
谢谢
在 CentOS 8 中配置 Kubernetes 1.17 时,kubeadm 发出警告说tc
command not in the path。
CentOS 8 中删除了 tc 命令,如果 Kubernetes 在主机上没有此命令,会有什么影响?
tc - show / manipulate traffic control settings
谢谢
请使用安装:
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
我认为tc
command 在 CentOS8 中不会删除。
在 CentOS8 中,似乎只有命令中的删除-ok
选项tc
。
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/considerations_in_adopting_rhel_8/index#tc-ok_networking
所以我认为 kubeadm 没有受到影响。