Code Review
/
integration.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
c076ada
)
Fix kubectl version in comment string
59/51059/1
author
Gary Wu
<gary.i.wu@huawei.com>
Fri, 8 Jun 2018 15:06:47 +0000
(08:06 -0700)
committer
Gary Wu
<gary.i.wu@huawei.com>
Fri, 8 Jun 2018 15:07:39 +0000
(15:07 +0000)
Change-Id: I8e510b508a8282d0b7f60143177db739168d28df
Issue-ID: INT-506
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
(cherry picked from commit
e41117cf02f3667de0161a5e917ce9380efd2d52
)
deployment/heat/onap-oom/rancher_vm_entrypoint.sh
patch
|
blob
|
history
diff --git
a/deployment/heat/onap-oom/rancher_vm_entrypoint.sh
b/deployment/heat/onap-oom/rancher_vm_entrypoint.sh
index
e44e20c
..
0490b6a
100644
(file)
--- 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