You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -22,15 +22,16 @@ The {product-title} web console runs in a container connected to the cluster you
22
22
Custom plugin code is not supported by Red Hat. Only link:https://access.redhat.com/solutions/5893251[Cooperative community support] is available for your plugin.
23
23
====
24
24
25
-
. Select the *Use this template*dropdown button and select *_Create new repository_* from the dropdown list to create a GitHub repository.
25
+
. Create a GitHub repository for the template by clicking *Use this template*->*_Create new repository_*.
26
26
27
-
. Re-name the new repository with the name of your plugin.
27
+
. Rename the new repository with the name of your plugin.
28
28
29
-
. Clone your copied repository to your local machine so you can edit the code.
29
+
. Clone the new repository to your local machine so you can edit the code.
30
30
31
-
. Edit the plugin metadata in the `consolePlugin` declaration of `package.json`.
31
+
. Edit the `package.json` file, adding your plugin's metadata to the `consolePlugin` declaration. For example:
32
32
+
33
33
[source,json]
34
+
34
35
----
35
36
"consolePlugin": {
36
37
"name": "my-plugin", <1>
@@ -97,5 +98,18 @@ export default function ExampleTab() {
97
98
}
98
99
----
99
100
101
+
. Install a Helm chart with the name of the plugin as the Helm release name into a new namespace or an existing namespace as specified by the `-n` command-line option to deploy your plugin on a cluster. Provide the location of the image within the `plugin.image` parameter by using the following command:
. Optional: You can specify any additional parameters by using the set of supported parameters in the `charts/openshift-console-plugin/values.yaml` file.
30
-
30
+
+
31
31
[source,yaml]
32
32
----
33
33
plugin:
@@ -86,7 +86,7 @@ plugin:
86
86
----
87
87
88
88
.Verification
89
-
You can see the list of the enabled plugins on the *Overview* page or by navigating from *Administration*->*Cluster Settings*->*Configuration*->*Console*`operator.openshift.io`->*Console plugins*.
89
+
* View the list of enabled plugins by navigating from *Administration*->*Cluster Settings*->*Configuration*->*Console*`operator.openshift.io`->*Console plugins* or by visiting the *Overview* page.
0 commit comments