From c1a3f6369f616e9668f8c6d324f4bdac46300043 Mon Sep 17 00:00:00 2001 From: Joan Edwards Date: Fri, 13 Sep 2019 14:46:49 +0100 Subject: [PATCH] Note to install docs --- ...ss-using-cluster-logging-find-logs-services-deployed.adoc | 3 ++- serverless/installing-openshift-serverless.adoc | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/modules/serverless-using-cluster-logging-find-logs-services-deployed.adoc b/modules/serverless-using-cluster-logging-find-logs-services-deployed.adoc index ec3f4e7f3c00..f7e3a39af2e8 100644 --- a/modules/serverless-using-cluster-logging-find-logs-services-deployed.adoc +++ b/modules/serverless-using-cluster-logging-find-logs-services-deployed.adoc @@ -30,4 +30,5 @@ You can also filter by using `/configuration` or `/revision`. + [NOTE] ==== -Use JSON-based structured logging in your application to allow for the quick filtering of these logs in production environments. \ No newline at end of file +Use JSON-based structured logging in your application to allow for the quick filtering of these logs in production environments. +==== \ No newline at end of file diff --git a/serverless/installing-openshift-serverless.adoc b/serverless/installing-openshift-serverless.adoc index b9a06b46400d..96a437c96536 100644 --- a/serverless/installing-openshift-serverless.adoc +++ b/serverless/installing-openshift-serverless.adoc @@ -18,6 +18,11 @@ include::modules/machineset-manually-scaling.adoc[leveloffset=+2] An installed version of Service Mesh is required for the installation of {ServerlessProductName}. For details, see the {product-title} documentation on xref:../service_mesh/service_mesh_install/installing-ossm.adoc[Installing Service Mesh]. +[NOTE] +==== +Use the Service Mesh documentation for Operator installation only. Once you install the Operators, use the documentation below to install the Service Mesh Control Plane and Member Roll. +==== + // Installing Service Mesh Control Plane include::modules/serverless-installing-service-mesh-control-plane.adoc[leveloffset=+2]