From 88acd906ab57856a497d92336f007c79efc64939 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Tue, 26 Oct 2021 12:26:58 +0200 Subject: [DOC] Upgrade kubectl and helm versions Kubectl/Helm version in installation description got updated to those required by current release. Change-Id: I0526577321a46603f5cf65643cbed5d01b8d59df Issue-ID: OOM-1 Signed-off-by: Bartek Grzybowski --- docs/oom_user_guide.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/oom_user_guide.rst b/docs/oom_user_guide.rst index e0cf17c4b1..74f8c57f6e 100644 --- a/docs/oom_user_guide.rst +++ b/docs/oom_user_guide.rst @@ -64,7 +64,7 @@ Enter the following to install kubectl (on Ubuntu, there are slight differences on other O/Ss), the Kubernetes command line interface used to manage a Kubernetes cluster:: - > curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.15.11/bin/linux/amd64/kubectl + > curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.19.11/bin/linux/amd64/kubectl > chmod +x ./kubectl > sudo mv ./kubectl /usr/local/bin/kubectl > mkdir ~/.kube @@ -88,8 +88,8 @@ Install Helm Helm is used by OOM for package and configuration management. To install Helm, enter the following:: - > wget https://get.helm.sh/helm-v3.5.2-linux-amd64.tar.gz - > tar -zxvf helm-v3.5.2-linux-amd64.tar.gz + > wget https://get.helm.sh/helm-v3.6.3-linux-amd64.tar.gz + > tar -zxvf helm-v3.6.3-linux-amd64.tar.gz > sudo mv linux-amd64/helm /usr/local/bin/helm Verify the Helm version with:: -- cgit 1.2.3-korg From 91f8aee27c74b80378bba0f6896029db58d95597 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Tue, 26 Oct 2021 12:34:34 +0200 Subject: [DOC] Remove Guilin infra tools compatibility note This will be still retained in Guilin's own documentation branch Change-Id: Iea5d0ef8e506cc92c36a17e0e5201cea072faa19 Issue-ID: OOM-1 Signed-off-by: Bartek Grzybowski --- docs/oom_cloud_setup_guide.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/oom_cloud_setup_guide.rst b/docs/oom_cloud_setup_guide.rst index 70f5190e8a..4b3ec92ccb 100644 --- a/docs/oom_cloud_setup_guide.rst +++ b/docs/oom_cloud_setup_guide.rst @@ -60,10 +60,6 @@ The versions of Kubernetes that are supported by OOM are as follows: Istanbul 1.19.11 3.6.3 1.19.11 19.03.x 1.5.4 ============== =========== ======= ======== ======== ============ -.. note:: - Guilin version also supports Kubernetes up to version 1.19.x and should work - with Helm with version up to 3.3.x but has not been thoroughly tested. - Minimum Hardware Configuration ============================== -- cgit 1.2.3-korg