Skip to content

Commit

Permalink
Fix syntax of Knative install command (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
Freakin authored and knative-prow-robot committed Jan 10, 2019
1 parent 88bd58a commit 8d25caa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install/Knative-with-GKE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down

0 comments on commit 8d25caa

Please sign in to comment.