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
To install the Prometheus Operator Helm chart in your OVHcloud Managed Kubernetes cluster, you need to customize some values.
87
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`).
To install the Prometheus Operator Helm chart in your OVHcloud Managed Kubernetes cluster, you need to customize some values.
87
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`).
To install the Prometheus Operator Helm chart in your OVHcloud Managed Kubernetes cluster, you need to customize some values.
87
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`).
To install the Prometheus Operator Helm chart in your OVHcloud Managed Kubernetes cluster, you need to customize some values.
87
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`).
To install the Prometheus Operator Helm chart in your OVHcloud Managed Kubernetes cluster, you need to customize some values.
87
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`).
To install the Prometheus Operator Helm chart in your OVHcloud Managed Kubernetes cluster, you need to customize some values.
87
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`).
To install the Prometheus Operator Helm chart in your OVHcloud Managed Kubernetes cluster, you need to customize some values.
87
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`).
@@ -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
0 commit comments