diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2018-11-07 15:47:19 -0500 |
---|---|---|
committer | Mike Elliott <mike.elliott@amdocs.com> | 2018-11-28 19:15:59 -0500 |
commit | ed5ff714fac29651318868a65267030e3c31c3ee (patch) | |
tree | 8ee15ba869ae4f628a5cdb14f9af25b6efc1f666 /docs/openstack-k8s-node.sh | |
parent | 3e0bad9194cc147028670510588fa5cde194e040 (diff) |
Update OOM docs for Casablanca
Updating release notes, Helm and K8s versions and
started documenting use of (un)deploy plugins.
Change-Id: Ia51db5f1489e8d63fd7e1f10e80174eb9f182f0f
Issue-ID: OOM-1497
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
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 |