From 8e99b0561a263d3ee6ffefe8835d10987b0ecf50 Mon Sep 17 00:00:00 2001 From: Brady Love Date: Thu, 10 Jan 2019 08:56:02 -0700 Subject: [PATCH] Fix kubectl apply command for install on GKE This PR removes a duplicate `--filename` flag as well as replaces forward slashes with back slashes in the `kubectl apply` command for installing Knative. --- install/Knative-with-GKE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/Knative-with-GKE.md b/install/Knative-with-GKE.md index 55c0c325c0c..c4e83ef9a28 100644 --- a/install/Knative-with-GKE.md +++ b/install/Knative-with-GKE.md @@ -165,9 +165,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`: