From 58211d800abb7448618affd47ef0823d3f5ddc78 Mon Sep 17 00:00:00 2001 From: Robert Van Voorhees Date: Thu, 10 Jan 2019 09:50:35 -0500 Subject: [PATCH] Update Knative-with-PKS.md Remove duplicate `--filename` and fix backslashes. --- install/Knative-with-PKS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/Knative-with-PKS.md b/install/Knative-with-PKS.md index 186896f29df..b143ea55376 100644 --- a/install/Knative-with-PKS.md +++ b/install/Knative-with-PKS.md @@ -78,9 +78,9 @@ your Knative installation, see [Performing a Custom Knative Installation](Knativ 1. Run the `kubectl apply` command to install Knative and its dependencies: ```bash - kubectl apply --filename https://github.com/knative/serving/releases/download/v0.2.3/release.yaml / - --filename https://github.com/knative/eventing/releases/download/v0.2.1/eventing.yaml / - --filename --filename https://github.com/knative/eventing-sources/releases/download/v0.2.1/release.yaml + kubectl apply --filename https://github.com/knative/serving/releases/download/v0.2.3/release.yaml \ + --filename https://github.com/knative/eventing/releases/download/v0.2.1/eventing.yaml \ + --filename https://github.com/knative/eventing-sources/releases/download/v0.2.1/release.yaml ``` 1. Monitor the Knative components until all of the components show a `STATUS` of `Running`: