From dfabb49c242d78f6bc5dd4bc42ce972de7643597 Mon Sep 17 00:00:00 2001 From: abrennan Date: Thu, 23 Jan 2020 11:13:56 -0600 Subject: [PATCH] Added note about Knative Eventing to Serverless arch section --- serverless/serverless-architecture.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/serverless/serverless-architecture.adoc b/serverless/serverless-architecture.adoc index 0f1548a0c3..76ed358417 100644 --- a/serverless/serverless-architecture.adoc +++ b/serverless/serverless-architecture.adoc @@ -6,3 +6,6 @@ include::modules/serverless-document-attributes.adoc[] include::modules/knative-serving.adoc[leveloffset=+1] include::modules/knative-cli.adoc[leveloffset=+1] + +== Knative Eventing +A developer preview version of Knative Eventing is available for use with {ServerlessProductName}. However, this is not included in the {ServerlessOperatorName} and is not currently supported as part of this Technology Preview. For more information about Knative Eventing, including installation instructions and samples, see the link:https://openshift-knative.github.io/docs/docs/index.html[Knative Eventing on {product-title}] documentation.