eventing/samples/gcp-pubsub: correct installation (#829)

* eventing/samples/gcp-pubsub: correct installation

My previous PR incorrectly stated users can install eventing sources with
"release-gcppubsub.yaml", but they still need to install "release.yaml" first,
so providing full command here.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>

* Update eventing/samples/gcp-pubsub-source/README.md

Co-Authored-By: ahmetb <ahmetalpbalkan@gmail.com>
This commit is contained in:
Ahmet Alp Balkan 2019-01-30 10:28:38 -08:00 committed by Knative Prow Robot
parent c4d9e58d78
commit c7a30ed526
1 changed files with 4 additions and 4 deletions

View File

@ -19,10 +19,10 @@ source is most useful as a bridge from other GCP services, such as
1. Setup [Knative Serving](https://github.com/knative/docs/blob/master/install)
1. Setup
[Knative Eventing](https://github.com/knative/docs/tree/master/eventing)
using the `release-gcppubsub.yaml` file instead of
(`eventing-sources/release.yaml`). Start by creating a dummy
`gcppubsub-source-key` (as directed), and we will replace it later.
[Knative Eventing](https://github.com/knative/docs/tree/master/eventing).
In addition, install the GCP PubSub event source from `release-gcppubsub.yaml`:
kubectl apply --filename kubectl apply --filename https://github.com/knative/eventing-sources/releases/download/v0.3.0/release-gcppubsub.yaml
1. Enable the 'Cloud Pub/Sub API' on your project: