mirror of https://github.com/knative/docs.git
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:
parent
c4d9e58d78
commit
c7a30ed526
|
@ -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 Serving](https://github.com/knative/docs/blob/master/install)
|
||||||
|
|
||||||
1. Setup
|
1. Setup
|
||||||
[Knative Eventing](https://github.com/knative/docs/tree/master/eventing)
|
[Knative Eventing](https://github.com/knative/docs/tree/master/eventing).
|
||||||
using the `release-gcppubsub.yaml` file instead of
|
In addition, install the GCP PubSub event source from `release-gcppubsub.yaml`:
|
||||||
(`eventing-sources/release.yaml`). Start by creating a dummy
|
|
||||||
`gcppubsub-source-key` (as directed), and we will replace it later.
|
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:
|
1. Enable the 'Cloud Pub/Sub API' on your project:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue