Skip to content

Commit 26d09db

Browse files
committed
Review and update EKS (ALB) wrt ODM 95 and IBM licensing 4.12.0
1 parent 7e5df11 commit 26d09db

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

platform/eks/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ Where you provide your `AWS Access Key ID`, `AWS Secret Access Key` and the `Def
5555
#### b. Create an EKS cluster (20 min)
5656

5757
```bash
58-
eksctl create cluster <CLUSTER_NAME> --version 1.30 --alb-ingress-access
58+
eksctl create cluster <CLUSTER_NAME> --version 1.31 --alb-ingress-access
5959
```
6060

6161
> **Note**
62-
> The tutorial has been tested with the Kubernetes version 1.30. Check the supported kubernetes version in the [system requirement](https://www.ibm.com/support/pages/ibm-operational-decision-manager-detailed-system-requirements) page.
62+
> The tutorial has been tested with the Kubernetes version 1.31. Check the supported kubernetes version in the [system requirement](https://www.ibm.com/support/pages/ibm-operational-decision-manager-detailed-system-requirements) page.
6363
6464
> **Warning**
6565
> If you prefer to use the NGINX Ingress Controller instead of the ALB Load Balancer to expose ODM services, don't use the --alb-ingress-access option during the creation of the cluster !
@@ -164,7 +164,7 @@ Where:
164164
> **Note**
165165
> The `cp.icr.io` value for the docker-server parameter is the only registry domain name that contains the images. You must set the docker-username to `cp` to use an entitlement key as docker-password.
166166
167-
The my-odm-docker-registry secret name is already used for the `image.pullSecrets` parameter when you run a helm install of your containers. The `image.repository` parameter is also set by default to `cp.icr.io/cp/cp4a/odm`.
167+
The `my-odm-docker-registry` secret name is used for the `image.pullSecrets` parameter when you run a helm install of your containers. The `image.repository` parameter is also set by default to `cp.icr.io/cp/cp4a/odm`.
168168

169169
#### c. Add the public IBM Helm charts repository
170170

@@ -178,7 +178,7 @@ helm repo update
178178
```bash
179179
$ helm search repo ibm-odm-prod
180180
NAME CHART VERSION APP VERSION DESCRIPTION
181-
ibm-helm/ibm-odm-prod 24.1.0 9.0.0.1 IBM Operational Decision Manager
181+
ibm-helm/ibm-odm-prod 25.0.0 9.5.0.0 IBM Operational Decision Manager
182182
```
183183

184184
### 4. Manage a  digital certificate (10 min)
@@ -230,7 +230,7 @@ To install ODM with the AWS RDS PostgreSQL database created in [step 2](#2-creat
230230
- `<RDS_DATABASE_NAME>` is the initial database name defined when creating the RDS database
231231

232232
```bash
233-
helm install mycompany ibm-helm/ibm-odm-prod --version 24.1.0 -f eks-rds-values.yaml
233+
helm install mycompany ibm-helm/ibm-odm-prod --version 25.0.0 -f eks-rds-values.yaml
234234
```
235235

236236
> **Note**
@@ -240,7 +240,7 @@ helm install mycompany ibm-helm/ibm-odm-prod --version 24.1.0 -f eks-rds-values.
240240
> - `<AWS-AccountId>` is your AWS Account Id
241241
>
242242
>```bash
243-
>helm install mycompany ibm-helm/ibm-odm-prod --version 24.1.0 -f eks-values.yaml
243+
>helm install mycompany ibm-helm/ibm-odm-prod --version 25.0.0 -f eks-values.yaml
244244
>```
245245
246246
> **Note**
@@ -290,7 +290,7 @@ The ODM services are accessible from the following URLs:
290290

291291
#### a. Install the IBM License Service
292292

293-
Follow the **Installation** section of the [Installation License Service without 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.
293+
Follow the **Installation** section of the [Installation License Service without Operator Lifecycle Manager (OLM)](https://www.ibm.com/docs/en/cloud-paks/foundational-services/4.12.0?topic=ilsfpcr-installing-license-service-without-operator-lifecycle-manager-olm) documentation.
294294

295295
#### b. Patch the IBM Licensing instance
296296

@@ -313,7 +313,7 @@ You should be able to see the address and other details about `ibm-licensing-ser
313313
NAME CLASS HOSTS ADDRESS PORTS AGE
314314
ibm-licensing-service-instance alb * k8s-ibmlicen-ibmlicen-xxxxxxxx-yyyyyyy.<aws-region>.elb.amazonaws.com 80 44m
315315
```
316-
You can find more information and use cases on [this page](https://www.ibm.com/docs/en/cloud-paks/foundational-services/4.9?topic=configuration-configuring-kubernetes-ingress).
316+
You can find more information and use cases on [this page](https://www.ibm.com/docs/en/cloud-paks/foundational-services/4.12.0?topic=configuring-kubernetes-ingress).
317317

318318
> **Note**
319319
> If you choose to use the NGINX Ingress Controller, you must use the [licensing-instance-nginx.yaml](./licensing-instance-nginx.yaml) file. Refer to [Track ODM usage with the IBM License Service with NGINX Ingress Controller](README-NGINX.md#track-odm-usage-with-the-ibm-license-service-with-nginx-ingress-controller).

0 commit comments

Comments
 (0)