Merge pull request #319 from kehao95/update-walkthrough

Update Prometheus Operator Doc location
This commit is contained in:
Kubernetes Prow Robot 2021-03-01 01:18:39 -08:00 committed by GitHub
commit e087f72404
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ significantly different.
In order to follow this walkthrough, you'll need container images for In order to follow this walkthrough, you'll need container images for
Prometheus and the custom metrics adapter. Prometheus and the custom metrics adapter.
The [Prometheus Operator](https://coreos.com/operators/prometheus/docs/latest/), The [Prometheus Operator](https://github.com/prometheus-operator/prometheus-operator),
makes it easy to get up and running with Prometheus. This walkthrough makes it easy to get up and running with Prometheus. This walkthrough
will assume you're planning on doing that -- if you've deployed it by hand will assume you're planning on doing that -- if you've deployed it by hand
instead, you'll need to make a few adjustments to the way you expose instead, you'll need to make a few adjustments to the way you expose
@ -165,8 +165,8 @@ Prometheus adapter to serve metrics out of Prometheus.
### Launching Prometheus ### Launching Prometheus
First, you'll need to deploy the Prometheus Operator. Check out the First, you'll need to deploy the Prometheus Operator. Check out the
[getting started [quick start
guide](https://coreos.com/operators/prometheus/docs/latest/user-guides/getting-started.html) guide](https://github.com/prometheus-operator/prometheus-operator#quickstart)
for the Operator to deploy a copy of Prometheus. for the Operator to deploy a copy of Prometheus.
This walkthrough assumes that Prometheus is deployed in the `prom` This walkthrough assumes that Prometheus is deployed in the `prom`