mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
28 lines
924 B
Plaintext
28 lines
924 B
Plaintext
// Module included in the following assemblies:
|
|
|
|
// * observability/cluster_observability_operator/ui_plugins/troubleshooting-ui-plugin.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="coo-troubleshooting-ui-plugin-install_{context}"]
|
|
= Installing the {coo-full} Troubleshooting UI plugin
|
|
|
|
.Prerequisites
|
|
* You have access to the cluster as a user with the `cluster-admin` cluster role.
|
|
* You have logged in to the {product-title} web console.
|
|
* You have installed the {coo-full}
|
|
|
|
.Procedure
|
|
. In the {product-title} web console, click *Ecosystem* -> *Installed Operators* and select {coo-full}
|
|
. Choose the *UI Plugin* tab (at the far right of the tab list) and press *Create UIPlugin*
|
|
. Select *YAML view*, enter the following content, and then press *Create*:
|
|
+
|
|
[source,yaml]
|
|
----
|
|
apiVersion: observability.openshift.io/v1alpha1
|
|
kind: UIPlugin
|
|
metadata:
|
|
name: troubleshooting-panel
|
|
spec:
|
|
type: TroubleshootingPanel
|
|
----
|