Skip to content

Commit 8d25caa

Browse files
Freakinknative-prow-robot
authored andcommitted
Fix syntax of Knative install command (#736)
1 parent 88bd58a commit 8d25caa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install/Knative-with-GKE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ your Knative installation, see [Performing a Custom Knative Installation](Knativ
165165

166166
1. Run the `kubectl apply` command to install Knative and its dependencies:
167167
```bash
168-
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.2.3/release.yaml /
169-
--filename https://github.com/knative/eventing/releases/download/v0.2.1/eventing.yaml /
170-
--filename --filename https://github.com/knative/eventing-sources/releases/download/v0.2.1/release.yaml
168+
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.2.3/release.yaml \
169+
--filename https://github.com/knative/eventing/releases/download/v0.2.1/eventing.yaml \
170+
--filename https://github.com/knative/eventing-sources/releases/download/v0.2.1/release.yaml
171171
```
172172
1. Monitor the Knative components until all of the components show a
173173
`STATUS` of `Running`:

0 commit comments

Comments
 (0)