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
53531. Install Prometheus Operator
5454
5555 ` ` ` 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 \
5761 --set "grafana.dashboardProviders.dashboardproviders\\ .yaml.apiVersion=1" \
5862 --set "grafana.dashboardProviders.dashboardproviders\\ .yaml.providers[0].orgId=1" \
5963 --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
2622661. Forward Service
263267
264268 ` ` ` bash
265- kubectl port-forward svc/monitor-prometheus-operato -prometheus 9090
269+ kubectl -n logging port-forward svc/monitor-kube- prometheus-st -prometheus 9090
266270 ` ` `
267271
2682721. Open the [Prometheus Dashboard : http://localhost:9090](http://localhost:9090)
You can’t perform that action at this time.
0 commit comments