mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
25 lines
931 B
Plaintext
25 lines
931 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * web_console/dynamic-plug-ins.adoc
|
|
|
|
:_content-type: PROCEDURE
|
|
[id="enable-plug-in-browser_{context}"]
|
|
= Enable dynamic plug-ins in the web console
|
|
Cluster administrators can enable plug-ins in the web console browser. Dynamic plug-ins 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 plug-ins 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 plug-in.
|