mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 06:46:26 +01:00
25 lines
935 B
Plaintext
25 lines
935 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * web_console/dynamic-plug-ins.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="enable-plug-in-browser_{context}"]
|
|
= Enable dynamic plugins in the web console
|
|
Cluster administrators can enable plugins in the web console browser. Dynamic plugins are disabled by default. In order to enable, a cluster administrator will need to enable them in the `console-operator` configuration.
|
|
|
|
.Procedure
|
|
|
|
. In the *Administration* -> *Cluster Settings* page of the web console, click the *Configuration* tab.
|
|
|
|
. Click the `Console` `operator.openshift.io` configuration resource.
|
|
|
|
. From there, click the *Console plugins* tab to view the dynamic plugins running.
|
|
|
|
. In the `Status` column, click `Enable console plugin` in the pop-over menu, which will launch the `Console plugin enablement` modal.
|
|
|
|
. Click `Enable` and `Save`.
|
|
|
|
.Verification
|
|
|
|
* Refresh the browser to view the enabled plugin.
|