Make non-kubeadm component versioning explicit (#5815)

This commit is contained in:
Jamie Hannaford
2017-10-09 14:26:16 +01:00
committed by Steve Perry
parent a73e548416
commit eddbf89684
@@ -132,6 +132,11 @@ You will install these packages on all of your machines:
* `kubectl`: the command line util to talk to your cluster.
kubeadm **will not** install or manage `kubelet` or `kubectl` for you, so you will
need to ensure they match the version of the Kubernetes control panel you want
kubeadm to install for you. If you do not, there is a risk of a version skew occurring that
can lead to unexpected, buggy behaviour.
Please proceed with executing the following commands based on your OS as `root`.
You may become the `root` user by executing `sudo -i` after SSH-ing to each host.