From 5e151f026049dbdffd085fb9796a6e53dc64ec94 Mon Sep 17 00:00:00 2001 From: K Sai Kiran Date: Wed, 11 Dec 2019 14:50:09 +0530 Subject: [PATCH] Fixed typo in function uninstall_k8s_monitoring and kubernetes version in README k8s monitoring. Change-Id: I8c189615b38af5fd2e8b5b380f21105385c29bdc Signed-off-by: K Sai Kiran --- installers/full_install_osm.sh | 2 +- installers/k8s/README-osm_k8s_monitoring.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index b4d56854..ead32dce 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -1363,7 +1363,7 @@ function install_k8s_monitoring() { } function uninstall_k8s_monitoring() { - # install OSM monitoring + # uninstall OSM monitoring $WORKDIR_SUDO $OSM_DEVOPS/installers/k8s/uninstall_osm_k8s_monitoring.sh } diff --git a/installers/k8s/README-osm_k8s_monitoring.md b/installers/k8s/README-osm_k8s_monitoring.md index 965a1b5a..223a954d 100644 --- a/installers/k8s/README-osm_k8s_monitoring.md +++ b/installers/k8s/README-osm_k8s_monitoring.md @@ -33,7 +33,7 @@ As a result, there will be 3 folders in Grafana: ## Requirements -- Kubernetes 15.0.X +- Kubernetes 1.15.X - OSM Kubernetes version Release 7 ## Components -- 2.25.1