Skip to content

Commit

Permalink
ROKS Review
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrateau committed Nov 19, 2024
1 parent 51046fa commit 60da6da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions platform/roks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,15 @@ helm repo update
```bash
$ helm search repo ibm-odm-prod
NAME CHART VERSION APP VERSION DESCRIPTION
ibm-helm/ibm-odm-prod 24.0.0 9.0.0.0 IBM Operational Decision Manager
ibm-helm/ibm-odm-prod 24.1.0 9.0.0.1 IBM Operational Decision Manager
```

### 3. Install an IBM Operational Decision Manager release (10 min)

Get the [roks-values.yaml](./roks-values.yaml) file and install your ODM instance:

```bash
helm install roks-tuto ibm-helm/ibm-odm-prod --version 24.0.0 -f roks-values.yaml
helm install roks-tuto ibm-helm/ibm-odm-prod --version 24.1.0 -f roks-values.yaml
```

> This configuration will deployed ODM with a sample database. You should used your own database such as [IBM Cloud Databases for PostgreSQL](https://www.ibm.com/products/databases-for-postgresql) for production.
Expand Down Expand Up @@ -145,7 +145,7 @@ roks-tuto-odm-ds-runtime-route <DS_RUNTIME_HOST>

### 5. Track ODM usage with the IBM License Service

Follow the **Installation** section of the [Manual installation without the Operator Lifecycle Manager (OLM)](https://www.ibm.com/docs/en/cloud-paks/foundational-services/4.7?topic=ils-installing-license-service-without-operator-lifecycle-manager-olm) documentation.
Follow the **Installation** section of the [Manual installation without the Operator Lifecycle Manager (OLM)](https://www.ibm.com/docs/en/cloud-paks/foundational-services/4.9?topic=ils-installing-license-service-without-operator-lifecycle-manager-olm) documentation.

### 6. Deploy ODM to support sticky session on ROKS

Expand Down Expand Up @@ -173,7 +173,7 @@ oc create secret tls default-ingress-cert --cert=./tls.crt --key=./tls.key -n od
- Get the [roks-sticky-values.yaml](./roks-sticky-values.yaml) file and launch your ODM instance :

```bash
helm install roks-sticky-tuto ibm-helm/ibm-odm-prod --version 24.0.0 -f roks-sticky-values.yaml
helm install roks-sticky-tuto ibm-helm/ibm-odm-prod --version 24.1.0 -f roks-sticky-values.yaml
```

The ODM containers will embed the ROKS domain certificates. Additionally, two Decision Center pods will be launched to verify the sticky session behavior.
Expand Down

0 comments on commit 60da6da

Please sign in to comment.