Address comments from #802 (#901)

The previous PR has already been merged. This one addresses outstanding
comments on pull request #802.
This commit is contained in:
Dan Gerdesmeier 2019-02-15 16:11:44 -08:00 committed by Knative Prow Robot
parent 6ad310055b
commit 8016ad1a48
2 changed files with 2 additions and 5 deletions

View File

@ -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

View File

@ -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