diff --git a/docs/install/any-kubernetes-cluster.md b/docs/install/any-kubernetes-cluster.md index fb74c548e..bfbd4ba37 100644 --- a/docs/install/any-kubernetes-cluster.md +++ b/docs/install/any-kubernetes-cluster.md @@ -576,7 +576,21 @@ To learn more about the Cloud Audit Logs source, try [our sample](../eventing/sa {{< /tab >}} - +{{% tab name="Apache CouchDB Source" %}} + +{{< feature-state version="v0.10" state="alpha" >}} + +The following command installs the Apache CouchDB Source: + + ```bash + kubectl apply --filename {{< artifact repo="eventing-contrib" file="couchdb.yaml" >}} + ``` + +To learn more about the Apache CouchDB source, read [our documentation]((https://github.com/knative/eventing-contrib/blob/{{< version >}}/couchdb/README.md) + +{{< /tab >}} + +