mirror of https://github.com/knative/docs.git
Fix syntax of Knative install command (#736)
This commit is contained in:
parent
88bd58a7c5
commit
8d25caa761
|
@ -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:
|
1. Run the `kubectl apply` command to install Knative and its dependencies:
|
||||||
```bash
|
```bash
|
||||||
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.2.3/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/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
|
1. Monitor the Knative components until all of the components show a
|
||||||
`STATUS` of `Running`:
|
`STATUS` of `Running`:
|
||||||
|
|
Loading…
Reference in New Issue