diff --git a/docs/install/knative-with-any-k8s.md b/docs/install/knative-with-any-k8s.md index 91696c7f3..74f89ecdd 100644 --- a/docs/install/knative-with-any-k8s.md +++ b/docs/install/knative-with-any-k8s.md @@ -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 >}} - {{< /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)