From eddbf896841a49a8ac55ba9d20607d84159226f4 Mon Sep 17 00:00:00 2001 From: Jamie Hannaford Date: Mon, 9 Oct 2017 14:26:16 +0100 Subject: [PATCH] Make non-kubeadm component versioning explicit (#5815) --- docs/setup/independent/install-kubeadm.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/setup/independent/install-kubeadm.md b/docs/setup/independent/install-kubeadm.md index 368755609c..00d279750f 100644 --- a/docs/setup/independent/install-kubeadm.md +++ b/docs/setup/independent/install-kubeadm.md @@ -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.