You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
This is a Bug Report
There is a problem when copy and paste the yum command line to install packages on centos/rhel.
The documentation is showing one long-dash instead of two dashes as you can see below.
yum install -y kubelet kubeadm kubectl –disableexcludes=kubernetes
It should be "--disableexcludes".
The text was updated successfully, but these errors were encountered: