Add monitoring link to knative with any k8s doc (#810)

Adds the missing monitoring link to the "knative with any k8s" document.

Closes https://github.com/knative/docs/issues/809
This commit is contained in:
Charlie Drage 2019-01-31 17:32:37 -05:00 committed by Knative Prow Robot
parent 0d0f53a0ab
commit f3a5c119da
1 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,8 @@ your Knative installation, see [Performing a Custom Knative Installation](Knativ
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.3.0/serving.yaml \ kubectl apply --filename https://github.com/knative/serving/releases/download/v0.3.0/serving.yaml \
--filename https://github.com/knative/build/releases/download/v0.3.0/release.yaml \ --filename https://github.com/knative/build/releases/download/v0.3.0/release.yaml \
--filename https://github.com/knative/eventing/releases/download/v0.3.0/release.yaml \ --filename https://github.com/knative/eventing/releases/download/v0.3.0/release.yaml \
--filename https://github.com/knative/eventing-sources/releases/download/v0.3.0/release.yaml --filename https://github.com/knative/eventing-sources/releases/download/v0.3.0/release.yaml \
--filename https://github.com/knative/serving/releases/download/v0.3.0/monitoring.yaml
``` ```
1. Monitor the Knative components until all of the components show a 1. Monitor the Knative components until all of the components show a
`STATUS` of `Running`: `STATUS` of `Running`: