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