diff options
author | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2018-12-04 12:56:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-12-04 12:56:59 +0000 |
commit | b205843ff0c534a1be0009f1b7538c517a6d8d7e (patch) | |
tree | 8747eb878c4a0273a3d25c6d17bb68729db6f033 /docs/openstack-k8s-node.sh | |
parent | 72262c28939cd9f6e173bb810b23b54f8a3822c9 (diff) | |
parent | 8d601b3f3b33709be00af860f29b55c186f06cc5 (diff) |
Merge "update DFC tag to 1.1.0 for master branch"
Diffstat (limited to 'docs/openstack-k8s-node.sh')
-rw-r--r-- | docs/openstack-k8s-node.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/openstack-k8s-node.sh b/docs/openstack-k8s-node.sh index 66dc629398..b8462aa5e9 100644 --- a/docs/openstack-k8s-node.sh +++ b/docs/openstack-k8s-node.sh @@ -1,7 +1,7 @@ #!/bin/bash DOCKER_VERSION=17.03 -KUBECTL_VERSION=1.8.10 +KUBECTL_VERSION=1.11.2 HELM_VERSION=2.9.1 # setup root access - default login: oom/oom - comment out to restrict access too ssh key only |