1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

RHDEVDOCS-4216: Add enable / disable quickstart docs

This commit is contained in:
Ashleigh Brennan
2023-05-24 09:52:16 -05:00
parent ee63c1e87e
commit 02871b52a0
4 changed files with 31 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

View File

@@ -0,0 +1,30 @@
// Module included in the following assemblies:
//
// * web_console/configuring-web-console.adoc
[id="disable-quickstarts-admin-console_{context}"]
= Disabling quick starts in the web console
You can use the *Administrator* perspective of the web console to disable one or more quick starts.
.Prerequisites
* You have cluster administrator permissions and are logged in to the web console.
.Procedure
. In the *Administrator* perspective, navigate to *Administation* -> *Cluster Settings*.
. On the *Cluster Settings* page, click the *Configuration* tab.
. On the *Configuration* page, click the *Console* configuration resource with the description *operator.openshift.io*.
+
image::cluster-settings-console.png[Image of the Configuration page showing the correct Console configuration resource to select]
. From the *Action* drop-down list, select *Customize*, which opens the *Cluster configuration* page.
+
image::cluster-configuration-general-tab.png[Cluster configuration page open on the General tab]
. On the *General* tab, in the *Quick starts* section, you can select items in either the *Enabled* or *Disabled* list, and move them from one list to the other by using the arrow buttons.
** To enable or disable a single quick start, click the quick start, then use the single arrow buttons to move the quick start to the appropriate list.
** To enable or disable multiple quick starts at once, press Ctrl and click the quick starts you want to move. Then, use the single arrow buttons to move the quick starts to the appropriate list.
** To enable or disable all quick starts at once, click the double arrow buttons to move all of the quick starts to the appropriate list.

View File

@@ -14,3 +14,4 @@ or disable the console.
* Deploy an {product-title} cluster.
include::modules/web-console-configuration.adoc[leveloffset=+1]
include::modules/disable-quickstarts-admin-console.adoc[leveloffset=+1]