File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,11 @@ For more details on installing the Prometheus operator and configuring and acces
53
53
1. Install Prometheus Operator
54
54
55
55
` ` ` bash
56
- helm upgrade --install --wait --create-namespace --namespace logging monitor stable/prometheus-operator \
56
+ helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
57
+ ` ` `
58
+
59
+ ` ` ` bash
60
+ helm upgrade --install --wait --create-namespace --namespace logging monitor prometheus-community/kube-prometheus-stack \
57
61
--set "grafana.dashboardProviders.dashboardproviders\\ .yaml.apiVersion=1" \
58
62
--set "grafana.dashboardProviders.dashboardproviders\\ .yaml.providers[0].orgId=1" \
59
63
--set "grafana.dashboardProviders.dashboardproviders\\ .yaml.providers[0].type=file" \
@@ -262,7 +266,7 @@ For more details on installing the Prometheus operator and configuring and acces
262
266
1. Forward Service
263
267
264
268
` ` ` bash
265
- kubectl port-forward svc/monitor-prometheus-operato -prometheus 9090
269
+ kubectl -n logging port-forward svc/monitor-kube- prometheus-st -prometheus 9090
266
270
` ` `
267
271
268
272
1. Open the [Prometheus Dashboard : http://localhost:9090](http://localhost:9090)
You can’t perform that action at this time.
0 commit comments