prometheus-operator / website

The Prometheus Operator & kube-prometheus website

Home Page:https://prometheus-operator.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

paullaffitte opened this issue · comments

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

  • Prometheus Operator version:

0.46.0

Anything else we need to know?:

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

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