Skip to content
Snippets Groups Projects
Unverified Commit bbabb795 authored by Peter Becich's avatar Peter Becich Committed by GitHub
Browse files

remove `$` symbol in shell examples to copy quickly (#2506)

parent d83ef2ac
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ You can also learn how to [expose Prometheus/Alertmanager/Grafana via Ingress](c ...@@ -18,7 +18,7 @@ You can also learn how to [expose Prometheus/Alertmanager/Grafana via Ingress](c
## Prometheus ## Prometheus
```shell ```shell
$ kubectl --namespace monitoring port-forward svc/prometheus-k8s 9090 kubectl --namespace monitoring port-forward svc/prometheus-k8s 9090
``` ```
Open Prometheus on [http://localhost:9090](http://localhost:9090) in your browser. Open Prometheus on [http://localhost:9090](http://localhost:9090) in your browser.
...@@ -31,7 +31,7 @@ For your own applications we recommend running one or more other instances. ...@@ -31,7 +31,7 @@ For your own applications we recommend running one or more other instances.
## Grafana ## Grafana
```shell ```shell
$ kubectl --namespace monitoring port-forward svc/grafana 3000 kubectl --namespace monitoring port-forward svc/grafana 3000
``` ```
Open Grafana on [localhost:3000](https://localhost:3000) in your browser. Open Grafana on [localhost:3000](https://localhost:3000) in your browser.
...@@ -40,7 +40,7 @@ You can login with the username `admin` and password `admin`. ...@@ -40,7 +40,7 @@ You can login with the username `admin` and password `admin`.
## Alertmanager ## Alertmanager
```shell ```shell
$ kubectl --namespace monitoring port-forward svc/alertmanager-main 9093 kubectl --namespace monitoring port-forward svc/alertmanager-main 9093
``` ```
Open Alertmanager on [localhost:9093](http://localhost:9093) in your browser. Open Alertmanager on [localhost:9093](http://localhost:9093) in your browser.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment