Fix installation of Kubernetes metrics server by updating the URL
[osm/devops.git] / installers / k8s / README-osm_k8s_monitoring.md
index 1ce8bd0..73adb54 100644 (file)
@@ -30,21 +30,22 @@ OSM must be/have been deployed using the Kubernetes installer (that is, with the
 
 For reference, the versions for the external components used are as follows:
 
 
 For reference, the versions for the external components used are as follows:
 
-* PROMETHEUS_OPERATOR=6.18.0
-* PROMETHEUS_MONGODB_EXPORTER=2.3.0
-* PROMETHEUS_MYSQL_EXPORTER=0.5.1
-* HELM_CLIENT=2.15.2
+* PROMETHEUS_OPERATOR=30.0.3
+* PROMETHEUS_MONGODB_EXPORTER=2.9.0
+* PROMETHEUS_MYSQL_EXPORTER=1.5.0
+* PROMETHEUS_KAFKA_EXPORTER=1.5.0
+* HELM_CLIENT=3.7.2
 
 ## Functionality
 
 Kubernetes cluster metrics (for nodes, pods, deployments, etc.) are stored in the dedicated Prometheus instance and accessible using Grafana.
 
 
 ## Functionality
 
 Kubernetes cluster metrics (for nodes, pods, deployments, etc.) are stored in the dedicated Prometheus instance and accessible using Grafana.
 
-"Prometheus-operator" (<https://github.com/helm/charts/tree/master/stable/prometheus-operator>) provides the basic components and the monitoring of the basic Kubernetes resources. Additional "exporters" are used to gather metrics from Kafka, Mysql and Mongodb.
+"Kube-prometheus-stack" (<https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack>) provides the basic components and the monitoring of the basic Kubernetes resources. Additional "exporters" are used to gather metrics from Kafka, Mysql and Mongodb.
 It is important to note that Grafana is not installed with this chart because we are using Grafana installed with OSM core.
 
 ## Install procedure
 
 It is important to note that Grafana is not installed with this chart because we are using Grafana installed with OSM core.
 
 ## Install procedure
 
-There are two ways to install the monitoring component based on the OSM global installer (<https://osm-download.etsi.org/ftp/osm-8.0-eight/install_osm.sh>)
+There are two ways to install the monitoring component based on the OSM global installer (<https://osm-download.etsi.org/ftp/osm-11.0-eleven/install_osm.sh>)
 
 * Using the --k8s_monitor switch in the OSM installation:
 
 
 * Using the --k8s_monitor switch in the OSM installation:
 
@@ -95,7 +96,6 @@ usage: ./uninstall_osm_k8s_monitoring.sh [OPTIONS]
 Uninstall OSM Monitoring
   OPTIONS
      -n <namespace>:   use specified kubernetes namespace - default: monitoring
 Uninstall OSM Monitoring
   OPTIONS
      -n <namespace>:   use specified kubernetes namespace - default: monitoring
-     --helm        :   uninstall tiller
      --debug       :   debug script
      -h / --help   :   print this help
 ```
      --debug       :   debug script
      -h / --help   :   print this help
 ```