You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
excerpt: 'Find out how to monitor and visualize metrics with Prometheus and Grafana on an OVHcloud Managed Kubernetes Service'
5
5
section: Monitoring & Observability
6
6
order: 00
7
-
updated: 2023-03-16
7
+
updated: 2023-03-17
8
8
---
9
9
10
10
<style>
@@ -29,7 +29,7 @@ updated: 2023-03-16
29
29
}
30
30
</style>
31
31
32
-
**Last updated March 16, 2023.**
32
+
**Last updated March 17, 2023.**
33
33
34
34
## Objective
35
35
@@ -83,39 +83,25 @@ Hang tight while we grab the latest from your chart repositories...
83
83
Update Complete. ⎈Happy Helming!⎈
84
84
</code></pre>
85
85
86
-
You need to modify some settings. To do this, inspect the chart to retrieve these values in a file:
86
+
To install the Prometheus Operator Helm chart in your OVHcloud Managed Kubernetes cluster, you need to customize some values.
87
+
To do this, you can set parameters on the command line (`--set param.name=value`) or create a local file based on the values from the chart and pass it on the command line (`--values /tmp/kube-prometheus-stack.values`).
> You can install only prometheus without Grafana by setting the following property to false: `--set grafana.enabled=false`
104
+
> You can install only Prometheus without Grafana by setting the following property to false: `--set grafana.enabled=false`
119
105
>
120
106
121
107
As you can see, a new `prometheus` namespace will be created and we specified that we want to deploy a LoadBalancer in order to access externally to Prometheus and Grafana easily.
@@ -129,6 +115,7 @@ You should have a behavior like this:
0 commit comments