From 370fb969a383b7b38b9d14886334c85e18ae3025 Mon Sep 17 00:00:00 2001 From: Ashleigh Brennan Date: Wed, 10 Feb 2021 11:57:07 -0600 Subject: [PATCH] [srvls] [#28196] fix namespace for 4.6 --- modules/serverless-install-web-console.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/serverless-install-web-console.adoc b/modules/serverless-install-web-console.adoc index 46d98dd1a635..20e347f63ca2 100644 --- a/modules/serverless-install-web-console.adoc +++ b/modules/serverless-install-web-console.adoc @@ -16,8 +16,8 @@ image::serverless-search.png[{ServerlessOperatorName} in the {product-title} web . Review the information about the Operator and click *Install*. . On the *Install Operator* page: -.. The *Installation Mode* is *All namespaces on the cluster (default)*. This mode installs the Operator in the default `openshift-operators` namespace to watch and be made available to all namespaces in the cluster. -.. The *Installed Namespace* will be `openshift-operators`. +.. The *Installation Mode* is *All namespaces on the cluster (default)*. This mode installs the Operator in the default `openshift-serverless` namespace to watch and be made available to all namespaces in the cluster. +.. The *Installed Namespace* will be `openshift-serverless`. .. Select the *4.6* channel as the *Update Channel*. The *4.6* channel will enable installation of the latest stable release of the {ServerlessOperatorName}. .. Select *Automatic* or *Manual* approval strategy. . Click *Install* to make the Operator available to the selected namespaces on this {product-title} cluster. @@ -32,4 +32,4 @@ After the Subscription’s upgrade status is *Up to date*, select *Catalog* → If it does not: . Switch to the *Catalog* → *Operator Management* page and inspect the *Operator Subscriptions* and *Install Plans* tabs for any failure or errors under *Status*. -. Check the logs in any pods in the `openshift-operators` project on the *Workloads* → *Pods* page that are reporting issues to troubleshoot further. +. Check the logs in any pods in the `openshift-serverless` project on the *Workloads* → *Pods* page that are reporting issues to troubleshoot further.