aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-06-08 08:06:47 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-06-08 08:06:47 -0700
commite41117cf02f3667de0161a5e917ce9380efd2d52 (patch)
tree1de2f57f5dcf5425642367579364b85026886437
parenta37aecaede1b79fce3e2c8fea57df298a070e11d (diff)
Fix kubectl version in comment string
Change-Id: I8e510b508a8282d0b7f60143177db739168d28df Issue-ID: INT-506 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r--deployment/heat/onap-oom/rancher_vm_entrypoint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/heat/onap-oom/rancher_vm_entrypoint.sh b/deployment/heat/onap-oom/rancher_vm_entrypoint.sh
index 399a8edda..5c75a5dc2 100644
--- a/deployment/heat/onap-oom/rancher_vm_entrypoint.sh
+++ b/deployment/heat/onap-oom/rancher_vm_entrypoint.sh
@@ -74,7 +74,7 @@ usermod -aG docker ubuntu
docker run --restart unless-stopped -d -p 8080:8080 -e CATTLE_BOOTSTRAP_REQUIRED_IMAGE=__docker_proxy__/rancher/agent:v1.2.9 __docker_proxy__/rancher/server:v1.6.14
-# install kubernetes 1.8.6
+# install kubernetes 1.8.10
curl -s -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