summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMichael O'Brien <frank.obrien@amdocs.com>2018-04-18 17:17:54 -0400
committerMichael O'Brien <frank.obrien@amdocs.com>2018-04-18 17:23:04 -0400
commit42d87d008ffc926cc0cf8ecc889d34fd6a9de90d (patch)
treec3f6df4a0a9a28dd2c1655dec8210537ffd36d68 /docs
parent7ce74aca0ce63ba4336fad7161e30ba791906e22 (diff)
upgrade kubernetes client to 1.8.10
Change-Id: Icb0af6cf3bea98119229571ebf6205d7beed440a Signed-off-by: Michael O'Brien <frank.obrien@amdocs.com> Issue-ID: OOM-962
Diffstat (limited to 'docs')
-rw-r--r--docs/oom_user_guide.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/oom_user_guide.rst b/docs/oom_user_guide.rst
index 5dd6b57889..6b0c00e25a 100644
--- a/docs/oom_user_guide.rst
+++ b/docs/oom_user_guide.rst
@@ -58,7 +58,7 @@ Install Kubectl
~~~~~~~~~~~~~~~
Enter the following to install kubectl (on Ubuntu, there are slight differences on other O/Ss), the Kubernetes command line interface used to manage a Kubernetes cluster::
- > curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.8.6/bin/linux/amd64/kubectl
+ > curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.8.10/bin/linux/amd64/kubectl
> chmod +x ./kubectl
> sudo mv ./kubectl /usr/local/bin/kubectl
> mkdir ~/.kube