Fix kubectl version in comment string 57/51057/1
authorGary Wu <gary.i.wu@huawei.com>
Fri, 8 Jun 2018 15:06:47 +0000 (08:06 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Fri, 8 Jun 2018 15:06:47 +0000 (08:06 -0700)
Change-Id: I8e510b508a8282d0b7f60143177db739168d28df
Issue-ID: INT-506
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
deployment/heat/onap-oom/rancher_vm_entrypoint.sh

index 399a8ed..5c75a5d 100644 (file)
@@ -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