Use release.yaml instead of eventing.yaml (#762)

eventing.yaml doesn't install the in-memory provisioner, release.yaml
does. Since the provisioner is required to run the samples, we should be
telling users to install release.yaml.
This commit is contained in:
Grant Rodgers 2019-01-15 10:21:31 -08:00 committed by Knative Prow Robot
parent 2078ae3723
commit fb4bb9254e
6 changed files with 6 additions and 6 deletions

View File

@ -166,7 +166,7 @@ your Knative installation, see [Performing a Custom Knative Installation](Knativ
```bash ```bash
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.3.0/serving.yaml \ kubectl apply --filename https://github.com/knative/serving/releases/download/v0.3.0/serving.yaml \
--filename https://github.com/knative/build/releases/download/v0.3.0/release.yaml \ --filename https://github.com/knative/build/releases/download/v0.3.0/release.yaml \
--filename https://github.com/knative/eventing/releases/download/v0.3.0/eventing.yaml \ --filename https://github.com/knative/eventing/releases/download/v0.3.0/release.yaml \
--filename https://github.com/knative/eventing-sources/releases/download/v0.3.0/release.yaml --filename https://github.com/knative/eventing-sources/releases/download/v0.3.0/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

View File

@ -167,7 +167,7 @@ your Knative installation, see [Performing a Custom Knative Installation](Knativ
```bash ```bash
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.3.0/serving.yaml \ kubectl apply --filename https://github.com/knative/serving/releases/download/v0.3.0/serving.yaml \
--filename https://github.com/knative/build/releases/download/v0.3.0/release.yaml \ --filename https://github.com/knative/build/releases/download/v0.3.0/release.yaml \
--filename https://github.com/knative/eventing/releases/download/v0.3.0/eventing.yaml \ --filename https://github.com/knative/eventing/releases/download/v0.3.0/release.yaml \
--filename https://github.com/knative/eventing-sources/releases/download/v0.3.0/release.yaml --filename https://github.com/knative/eventing-sources/releases/download/v0.3.0/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

View File

@ -103,7 +103,7 @@ your Knative installation, see [Performing a Custom Knative Installation](Knativ
```bash ```bash
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.3.0/serving.yaml \ kubectl apply --filename https://github.com/knative/serving/releases/download/v0.3.0/serving.yaml \
--filename https://github.com/knative/build/releases/download/v0.3.0/release.yaml \ --filename https://github.com/knative/build/releases/download/v0.3.0/release.yaml \
--filename https://github.com/knative/eventing/releases/download/v0.3.0/eventing.yaml \ --filename https://github.com/knative/eventing/releases/download/v0.3.0/release.yaml \
--filename https://github.com/knative/eventing-sources/releases/download/v0.3.0/release.yaml --filename https://github.com/knative/eventing-sources/releases/download/v0.3.0/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

View File

@ -172,7 +172,7 @@ your Knative installation, see [Performing a Custom Knative Installation](Knativ
```bash ```bash
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.3.0/serving.yaml \ kubectl apply --filename https://github.com/knative/serving/releases/download/v0.3.0/serving.yaml \
--filename https://github.com/knative/build/releases/download/v0.3.0/release.yaml \ --filename https://github.com/knative/build/releases/download/v0.3.0/release.yaml \
--filename https://github.com/knative/eventing/releases/download/v0.3.0/eventing.yaml \ --filename https://github.com/knative/eventing/releases/download/v0.3.0/release.yaml \
--filename https://github.com/knative/eventing-sources/releases/download/v0.3.0/release.yaml --filename https://github.com/knative/eventing-sources/releases/download/v0.3.0/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

View File

@ -80,7 +80,7 @@ your Knative installation, see [Performing a Custom Knative Installation](Knativ
```bash ```bash
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.3.0/serving.yaml \ kubectl apply --filename https://github.com/knative/serving/releases/download/v0.3.0/serving.yaml \
--filename https://github.com/knative/build/releases/download/v0.3.0/release.yaml \ --filename https://github.com/knative/build/releases/download/v0.3.0/release.yaml \
--filename https://github.com/knative/eventing/releases/download/v0.3.0/eventing.yaml \ --filename https://github.com/knative/eventing/releases/download/v0.3.0/release.yaml \
--filename https://github.com/knative/eventing-sources/releases/download/v0.3.0/release.yaml --filename https://github.com/knative/eventing-sources/releases/download/v0.3.0/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

View File

@ -56,7 +56,7 @@ your Knative installation, see [Performing a Custom Knative Installation](Knativ
```bash ```bash
kubectl apply --filename https://github.com/knative/serving/releases/download/v0.3.0/serving.yaml \ kubectl apply --filename https://github.com/knative/serving/releases/download/v0.3.0/serving.yaml \
--filename https://github.com/knative/build/releases/download/v0.3.0/release.yaml \ --filename https://github.com/knative/build/releases/download/v0.3.0/release.yaml \
--filename https://github.com/knative/eventing/releases/download/v0.3.0/eventing.yaml \ --filename https://github.com/knative/eventing/releases/download/v0.3.0/release.yaml \
--filename https://github.com/knative/eventing-sources/releases/download/v0.3.0/release.yaml --filename https://github.com/knative/eventing-sources/releases/download/v0.3.0/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