diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-03-12 08:49:41 +0100 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-03-12 11:44:49 +0100 |
commit | 572c847bc96b73232132754177f4168da9ff960d (patch) | |
tree | 57ce3f9630b02d39a62c32bfe09c2072dc6eb86c | |
parent | ca73cd3dd08dd90591cf309ae59d9edd15d02b55 (diff) |
[DOC] Explain where to download kubectl
Some people weren't sure on which machine we have to install it.
Issue-ID: OOM-2061
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: Ib46ac2211a716e04ce5b8d9394264bb7fd34a42c
-rw-r--r-- | docs/oom_setup_kubernetes_rancher.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/oom_setup_kubernetes_rancher.rst b/docs/oom_setup_kubernetes_rancher.rst index 19ac52b9b8..1b5d6d1985 100644 --- a/docs/oom_setup_kubernetes_rancher.rst +++ b/docs/oom_setup_kubernetes_rancher.rst @@ -344,6 +344,12 @@ Download and install kubectl. Binaries can be found here for Linux and Mac: https://storage.googleapis.com/kubernetes-release/release/v1.15.2/bin/linux/amd64/kubectl https://storage.googleapis.com/kubernetes-release/release/v1.15.2/bin/darwin/amd64/kubectl +You only need to install kubectl where you'll launch kubernetes command. This +can be any machines of the kubernetes cluster or a machine that has IP access +to the APIs. +Usually, we use the first controller as it has also access to internal +Kubernetes services, which can be convenient. + Validate deployment ------------------- |