Skip to content

Commit 29acec9

Browse files
authored
ConsolePlugin docs (#897)
Signed-off-by: Jason Madigan <[email protected]>
1 parent 2cafac0 commit 29acec9

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

doc/install/install-openshift.md

+21-2
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ kubectl wait istio/default -n gateway-system --for="condition=Ready=true"
136136
helm install eg oci://docker.io/envoyproxy/gateway-helm --version v1.1.0 -n envoy-gateway-system --create-namespace
137137
```
138138

139-
Enable *EnvoyPatchPolicy* feature:
139+
Enable _EnvoyPatchPolicy_ feature:
140140

141141
```bash
142142
TMP=$(mktemp -d)
@@ -182,7 +182,6 @@ If you have Grafana installed in your cluster, you can import the [example dashb
182182

183183
For example installation details, see [installing Grafana on OpenShift](https://cloud.redhat.com/experts/o11y/ocp-grafana/). When installed, you must add your Thanos instance as a data source to Grafana. Alternatively, if you are using only the user workload monitoring stack in your OpenShift cluster, and not writing metrics to an external Thanos instance, you can [set up a data source to the thanos-querier route in the OpenShift cluster](https://docs.openshift.com/container-platform/4.15/observability/monitoring/accessing-third-party-monitoring-apis.html#accessing-metrics-from-outside-cluster_accessing-monitoring-apis-by-using-the-cli).
184184

185-
186185
### Step 7 - Create secrets for your credentials
187186

188187
Before installing the Kuadrant Operator, you must enter the following commands to set up secrets that you will use later:
@@ -310,5 +309,25 @@ kubectl wait kuadrant/kuadrant --for="condition=Ready=true" -n kuadrant-system -
310309

311310
Kuadrant is now ready to use.
312311

312+
### Step 10 - Configure the Kuadrant Console Plugin
313+
314+
When running on OpenShift, the Kuadrant Operator will automatically install and configure the Kuadrant dynamic console plugin.
315+
316+
#### Enable the Console Plugin
317+
318+
To enable the Kuadrant console plugin:
319+
320+
1. Log in to OpenShift or OKD as an administrator.
321+
2. Switch to the **Admin** perspective.
322+
3. Navigate to **Home** > **Overview**.
323+
4. In the **Dynamic Plugins** section of the status box, click **View all**.
324+
5. In the **Console plugins** area, find the `kuadrant-console` plugin. It should be listed but disabled.
325+
6. Click the **Disabled** button next to the `kuadrant-console` plugin.
326+
7. Select the **Enabled** radio button, and then click **Save**.
327+
8. Wait for the plugin status to change to **Loaded**.
328+
329+
Once the plugin is loaded, refresh the console. You should see a new **Kuadrant** section in the navigation sidebar.
330+
313331
## Next steps
332+
314333
- [Secure, protect, and connect APIs with Kuadrant on OpenShift](../user-guides/secure-protect-connect-single-multi-cluster.md)

0 commit comments

Comments
 (0)