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
|
||||
|
||||
Grafana provides a richer set of graphing functionality than Prometheus.
|
||||
However, it can often times be useful to access Prometheus for debugging.
|
||||
Although Grafana provides a richer set of graphing functionality, Prometheus can
|
||||
still be useful for debugging.
|
||||
|
||||
1. To open Prometheus, enter the following command:
|
||||
```shell
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
# 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
|
||||
service mesh, which is the `knative-ingress-gateway` Gateway under
|
||||
`knative-serving` namespace. By default, we use Istio gateway service
|
||||
|
|
Loading…
Reference in New Issue