Adding PubSub Channel (#2214)

* pubsub channel

* update
This commit is contained in:
Ignacio (Nacho) Cano 2020-02-14 13:31:41 -08:00 committed by GitHub
parent 10c823ffd7
commit e80b27afdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 2 deletions

View File

@ -398,6 +398,19 @@ To learn more about the Apache Kafka channel, try [our sample](../eventing/sampl
{{< /tab >}}
{{% tab name="Google Cloud Pub/Sub Channel" %}}
1. Install the Google Cloud Pub/Sub Channel:
```bash
# This installs both the Channel and the Source.
kubectl apply --filename {{< artifact org="google" repo="knative-gcp" file="cloud-run-events.yaml" >}}
```
To learn more about the Google Cloud Pub/Sub Channel, try [our sample](https://github.com/google/knative-gcp/blob/master/docs/examples/channel/README.md)
{{< /tab >}}
{{% tab name="In-Memory (standalone)" %}}
{{< feature-state version="v0.2" state="alpha" >}}
@ -423,7 +436,6 @@ The following command installs an implementation of Channel that runs in-memory.
{{< /tab >}}
<!-- TODO(https://github.com/knative/docs/issues/2153): Add more Channels here -->
<!-- TODO: GCP Pub/Sub Channel -->
{{< /tabs >}}
@ -547,7 +559,7 @@ The following command installs the GCP Pub/Sub Source:
```bash
# This installs both the Source and the Channel.
kubectl apply --filename https://github.com/google/knative-gcp/releases/download/{{< version >}}/cloud-run-events.yaml
kubectl apply --filename {{< artifact org="google" repo="knative-gcp" file="cloud-run-events.yaml" >}}
```
To learn more about the GCP Pub/Sub source, try [our sample](../eventing/samples/gcp-pubsub-source/README.md)