aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/heat/onap-oom/rancher_vm_entrypoint.sh
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 15:07:39 +0000
commita0fe61ca9277cda8f84dfdd0c060a29b0827295a (patch)
treea71fa243487c395780b7ddc8013c6309bb394619 /deployment/heat/onap-oom/rancher_vm_entrypoint.sh
parentc076ada557edb69b120921998537f95ef72c6b5a (diff)
Fix kubectl version in comment string
Change-Id: I8e510b508a8282d0b7f60143177db739168d28df Issue-ID: INT-506 Signed-off-by: Gary Wu <gary.i.wu@huawei.com> (cherry picked from commit e41117cf02f3667de0161a5e917ce9380efd2d52)
Diffstat (limited to 'deployment/heat/onap-oom/rancher_vm_entrypoint.sh')
-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 e44e20ccd..0490b6ab4 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