prometheus-operator / website

The Prometheus Operator & kube-prometheus website
https://prometheus-operator.dev
Apache License 2.0
11 stars 25 forks source link

In quick start documentation, "Access Prometheus" command is not working #5

Closed paullaffitte closed 3 years ago

paullaffitte commented 3 years ago

What happened?

I tried to run the command in the quick-start#access-prometheus section of the doc, but it didn't work.

How to reproduce it (as minimally and precisely as possible):

run kubectl --namespace monitoring port-forward svc/alertmanager-k8s 9090

0.46.0

Anything else we need to know?:

The command should be kubectl --namespace monitoring port-forward svc/prometheus-k8s 9090

paulfantom commented 3 years ago

Oops. You're right, can you create a PR with a fix? The file is located in https://github.com/prometheus-operator/website/blob/main/content/docs/prologue/quick-start.md