Skip to content

Commit d34c917

Browse files
Add additional notes in openshift
Signed-off-by: Arnob Kumar Saha <arnob@appscode.com>
1 parent 4c08915 commit d34c917

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/platform/selfhost-setup/install/openshift-cluster.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,16 @@ Once deployed, access the **KubeDB Platform** using the configured IP (IP mode)
108108
<br/>
109109
<img width="50%" src="../images/ace-dashboard.png">
110110

111+
## Notes
112+
113+
- The Prometheus node-exporter DaemonSet will not run on an OpenShift cluster unless it runs in privileged mode. Since this is not our chart, you need to grant the required permission yourself:
114+
115+
```bash
116+
oc adm policy add-scc-to-user privileged -z kube-prometheus-stack-prometheus-node-exporter -n monitoring
117+
```
118+
119+
- We also run the cert-manager `csi-driver-cacerts` feature in privileged mode so that it can add CA certificates to the OS trusted certificate store. You don't need to do anything manually for this — it is handled automatically at the chart level.
120+
111121
## Get Support
112122

113123
If you encounter any challenges during the deployment or have questions, reach out to AppsCode support for assistance.

0 commit comments

Comments
 (0)