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
@@ -85,36 +85,28 @@ Hang tight while we grab the latest from your chart repositories...
85
85
Update Complete. ⎈Happy Helming!⎈
86
86
</code></pre>
87
87
88
-
You need to modify some settings. To do this, inspect the chart to retrieve these values in a file:
88
+
To install the Prometheus Operator Helm chart in your OVHcloud Managed Kubernetes cluster, you need to customize some values.
89
+
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`
108
+
>
109
+
118
110
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.
119
111
120
112
You should have a behavior like this:
@@ -125,44 +117,44 @@ You should have a behavior like this:
kube-prometheus-stack has been installed. Check its status by running:
136
-
kubectl --namespace prometheus get pods -l "release=kube-prometheus-stack-1647417678"
130
+
kubectl --namespace prometheus get pods -l "release=kube-prometheus-stack-1679042344"
137
131
138
132
Visit https://github.com/prometheus-operator/kube-prometheus for instructions on how to create & configure Alertmanager and Prometheus instances using the Operator.
139
133
</code></pre>
140
134
141
135
You can also verify by checking the Pods in the new `prometheus` namespace:
142
136
143
137
<preclass="console"><code>$ kubectl get pods -n prometheus
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: 2022-03-16
7
+
updated: 2023-03-17
8
8
---
9
9
10
10
<style>
@@ -29,7 +29,7 @@ updated: 2022-03-16
29
29
}
30
30
</style>
31
31
32
-
**Last updated March 16, 2022.**
32
+
**Last updated March 17, 2023.**
33
33
34
34
## Objective
35
35
@@ -83,36 +83,28 @@ 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`
106
+
>
107
+
116
108
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.
117
109
118
110
You should have a behavior like this:
@@ -123,44 +115,44 @@ You should have a behavior like this:
kube-prometheus-stack has been installed. Check its status by running:
134
-
kubectl --namespace prometheus get pods -l "release=kube-prometheus-stack-1647417678"
128
+
kubectl --namespace prometheus get pods -l "release=kube-prometheus-stack-1679042344"
135
129
136
130
Visit https://github.com/prometheus-operator/kube-prometheus for instructions on how to create & configure Alertmanager and Prometheus instances using the Operator.
137
131
</code></pre>
138
132
139
133
You can also verify by checking the Pods in the new `prometheus` namespace:
140
134
141
135
<preclass="console"><code>$ kubectl get pods -n prometheus
0 commit comments