From f3a5c119dad63305940a0e13fbdc6dfceb41f8e5 Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Thu, 31 Jan 2019 17:32:37 -0500 Subject: [PATCH] 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 --- install/Knative-with-any-k8s.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/Knative-with-any-k8s.md b/install/Knative-with-any-k8s.md index cad47970a..99f4924ca 100644 --- a/install/Knative-with-any-k8s.md +++ b/install/Knative-with-any-k8s.md @@ -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 \ --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-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 `STATUS` of `Running`: