From c7a30ed526c5b7037710fdaf6d74ed33049d3f60 Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Wed, 30 Jan 2019 10:28:38 -0800 Subject: [PATCH] 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 * Update eventing/samples/gcp-pubsub-source/README.md Co-Authored-By: ahmetb --- eventing/samples/gcp-pubsub-source/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/eventing/samples/gcp-pubsub-source/README.md b/eventing/samples/gcp-pubsub-source/README.md index d078c9ffc..a589dc701 100644 --- a/eventing/samples/gcp-pubsub-source/README.md +++ b/eventing/samples/gcp-pubsub-source/README.md @@ -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: