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
Copy file name to clipboardExpand all lines: docs/admin/runai-setup/self-hosted/ocp/backend.md
+1-140Lines changed: 1 addition & 140 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Run the helm command below:
40
40
!!! Tip
41
41
Use the `--dry-run` flag to gain an understanding of what is being installed before the actual installation.
42
42
43
-
###Additional configurations (optional)
43
+
## Additional Run:ai configurations (optional)
44
44
45
45
There may be cases where you need to set additional properties,
46
46
To apply the changes run `helm upgrade` and use `--set` to set specific configurations, and restart the relevant Run:ai pods so they can fetch the new configurations.
@@ -128,142 +128,3 @@ To support the *Forgot password* functionality, follow the steps below.
128
128
### Install Run:ai Cluster
129
129
130
130
Continue with installing a [Run:ai Cluster](cluster.md).
131
-
132
-
# Install the Run:ai Control Plane
133
-
134
-
## Prerequisites and preparations
135
-
136
-
Make sure you have followed the Control Plane [prerequisites](./prerequisites.md) and [preparations](./preparations.md).
1. The subdomain configured for the OpenShift cluster.
152
-
153
-
!!! Info
154
-
To install a specific version, add `--version <version>` to the install command. You can find available versions by running `helm search repo -l runai-backend`.
*[Redis](https://artifacthub.io/packages/helm/bitnami/redis){target=_blank} - Caching (Disabled, by default)
195
-
196
-
!!! Tip
197
-
Click on any component, to view it's chart values and configurations
198
-
199
-
If you have opted to connect to an [external PostgreSQL database](preparations.md#external-postgres-database-optional), refer to the additional configurations table below. Adjust the following parameters based on your connection details:
|`postgresql.enabled`| PostgreSQL installation | If set to `false` the PostgreSQL will not be installed |
210
-
|`global.postgresql.auth.host`| PostgreSQL host | Hostname or IP address of the PostgreSQL server |
211
-
|`global.postgresql.auth.port`| PostgreSQL port | Port number on which PostgreSQL is running |
212
-
|`global.postgresql.auth.username`| PostgreSQL username | Username for connecting to PostgreSQL |
213
-
|`global.postgresql.auth.password`| PostgreSQL password | Password for the PostgreSQL user specified by `global.postgresql.auth.username`|
214
-
|`global.postgresql.auth.postgresPassword`| PostgreSQL default admin password | Password for the built-in PostgreSQL superuser (`postgres`) |
215
-
|`global.postgresql.auth.existingSecret`| Postgres Credentials (secret) | Existing secret name with authentication credentials |
216
-
|`postgresql.primary.initdb.password`| PostgreSQL default admin password | Set the same password as in `global.postgresql.auth.postgresPassword` (if changed) |
217
-
|`postgresql.primary.persistence.storageClass`| Storage class | The installation to work with a specific storage class rather than the default one |
218
-
219
-
### Thanos
220
-
221
-
| Key | Change | Description |
222
-
|----------|----------|-------------|
223
-
|`thanos.receive.persistence.storageClass`| Storage class | The installation to work with a specific storage class rather than the default one |
224
-
225
-
### Keycloakx
226
-
227
-
| Key | Change | Description |
228
-
|----------|----------|-------------|
229
-
|`keycloakx.adminUser`| User name of the internal identity provider administrator | This user is the administrator of Keycloak |
230
-
|`keycloakx.adminPassword`| Password of the internal identity provider administrator | This password is for the administrator of Keycloak |
231
-
|`keycloakx.existingSecret`| Keycloakx Credentials (secret) | Existing secret name with authentication credentials |
232
-
|`global.keycloakx.host`| KeyCloak (Run:ai internal identity provider) host path | Override the DNS for Keycloak. This can be used to access Keycloak from outside the Run:ai Control Plane cluster via ingress |
233
-
234
-
### Grafana
235
-
236
-
| Key | Change | Description |
237
-
|----------|----------|-------------|
238
-
|`grafana.db.existingSecret`| Grafana database connection credentials (secret) | Existing secret name with authentication credentials |
239
-
|`grafana.dbUser`| Grafana database username | Username for accessing the Grafana database |
240
-
|`grafana.dbPassword`| Grafana database password | Password for the Grafana database user |
241
-
|`grafana.admin.existingSecret`| Grafana admin default credentials (secret) | Existing secret name with authentication credentials |
242
-
|`grafana.adminUser`| Grafana username | Override the Run:ai default user name for accessing Grafana |
243
-
|`grafana.adminPassword`| Grafana password | Override the Run:ai default password for accessing Grafana |
0 commit comments