From 5f4ae69bfed6dd9c6ce618b1d1b1ec67e32785ce Mon Sep 17 00:00:00 2001 From: Krzysztof Opasiak Date: Mon, 14 Jan 2019 21:05:09 +0100 Subject: [PATCH] docs: Update kubectl version Update default value of KUBECTL_VERSION to match requirements of current release. Issue-ID: DOC-378 Change-Id: I35eb3675fe8e5aba340331512fe378e342a75182 Signed-off-by: Krzysztof Opasiak --- docs/openstack-k8s-node.sh | 2 +- docs/openstack-rancher.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/openstack-k8s-node.sh b/docs/openstack-k8s-node.sh index b8462aa5e9..308f2204ff 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.11.2 +KUBECTL_VERSION=1.11.5 HELM_VERSION=2.9.1 # setup root access - default login: oom/oom - comment out to restrict access too ssh key only diff --git a/docs/openstack-rancher.sh b/docs/openstack-rancher.sh index bcf542aedc..ac91ff5566 100644 --- a/docs/openstack-rancher.sh +++ b/docs/openstack-rancher.sh @@ -2,7 +2,7 @@ DOCKER_VERSION=17.03 RANCHER_VERSION=1.6.22 -KUBECTL_VERSION=1.11.2 +KUBECTL_VERSION=1.11.5 HELM_VERSION=2.9.1 # setup root access - default login: oom/oom - comment out to restrict access too ssh key only -- 2.16.6