mirror of https://github.com/knative/docs.git
The previous PR has already been merged. This one addresses outstanding comments on pull request #802.
This commit is contained in:
parent
6ad310055b
commit
8016ad1a48
|
@ -46,8 +46,8 @@ The following dashboards are pre-installed with Knative Serving:
|
||||||
|
|
||||||
## Prometheus
|
## Prometheus
|
||||||
|
|
||||||
Grafana provides a richer set of graphing functionality than Prometheus.
|
Although Grafana provides a richer set of graphing functionality, Prometheus can
|
||||||
However, it can often times be useful to access Prometheus for debugging.
|
still be useful for debugging.
|
||||||
|
|
||||||
1. To open Prometheus, enter the following command:
|
1. To open Prometheus, enter the following command:
|
||||||
```shell
|
```shell
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
# Setting Up Custom Ingress Gateway
|
# Setting Up Custom Ingress Gateway
|
||||||
|
|
||||||
[TODO: Update instructions using
|
|
||||||
Helm](https://github.com/knative/docs/issues/875)
|
|
||||||
|
|
||||||
Knative uses a shared ingress Gateway to serve all incoming traffic within Knative
|
Knative uses a shared ingress Gateway to serve all incoming traffic within Knative
|
||||||
service mesh, which is the `knative-ingress-gateway` Gateway under
|
service mesh, which is the `knative-ingress-gateway` Gateway under
|
||||||
`knative-serving` namespace. By default, we use Istio gateway service
|
`knative-serving` namespace. By default, we use Istio gateway service
|
||||||
|
|
Loading…
Reference in New Issue