From e40076717dcbc1373fda13bf995d294e61d85cc6 Mon Sep 17 00:00:00 2001 From: Mark Chmarny Date: Thu, 10 Jan 2019 08:47:20 -0800 Subject: [PATCH] Removed duplicate `--filename` --- install/Knative-with-GKE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/Knative-with-GKE.md b/install/Knative-with-GKE.md index 55c0c325c0c..e41332e67b9 100644 --- a/install/Knative-with-GKE.md +++ b/install/Knative-with-GKE.md @@ -167,7 +167,7 @@ your Knative installation, see [Performing a Custom Knative Installation](Knativ ```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 + --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`: