Skip to content

Commit

Permalink
update for 24.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
siasin committed Nov 5, 2024
1 parent 3908353 commit 6392161
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions platform/eks/README-NGINX.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ The `my-odm-nginx` service should have an available `External-IP` when you run t
kubectl get service my-odm-nginx-ingress-nginx-controller
```

You can then go back to the [main documentation](README.md#2-create-an-rds-database-10-min).
You can then go back to the [main documentation](README.md#2-create-an-rds-database-10-min) to continue Step 2 to Step 4.

## Install an ODM release with NGINX Ingress Controller

During the helm install, you just have to replace [eks-values.yaml](./eks-values.yaml) with [eks-nginx-values.yaml](./eks-nginx-values.yaml) that contains the relevant Ingress class: `nginx` and annotation: `nginx.ingress.kubernetes.io/backend-protocol: https`
In this tutorial, you will use [eks-nginx-values.yaml](./eks-nginx-values.yaml) or [eks-rds-nginx-values.yaml](./eks-rds-nginx-values.yaml) file that contains the relevant Ingress class: `nginx` and annotation: `nginx.ingress.kubernetes.io/backend-protocol: https` for the installation.

To install ODM with the AWS RDS PostgreSQL database created in [step 2](README.md#2-create-an-rds-database-10-min):

Expand All @@ -37,7 +37,7 @@ To install ODM with the AWS RDS PostgreSQL database created in [step 2](README.m
- `<RDS_DATABASE_NAME>`: the initial database name defined when creating the RDS database

```bash
helm install mycompany ibm-helm/ibm-odm-prod --version 23.2.0 -f eks-rds-nginx-values.yaml
helm install mycompany ibm-helm/ibm-odm-prod --version 24.1.0 -f eks-rds-nginx-values.yaml
```

> **Note**
Expand All @@ -49,9 +49,10 @@ helm install mycompany ibm-helm/ibm-odm-prod --version 23.2.0 -f eks-rds-nginx-v
> - Get the [eks-nginx-values.yaml](./eks-nginx-values.yaml) file:
>
> ```bash
> helm install mycompany ibm-helm/ibm-odm-prod --version 23.2.0 -f eks-nginx-values.yaml
> helm install mycompany ibm-helm/ibm-odm-prod --version 24.1.0 -f eks-nginx-values.yaml
> ```
## Track ODM usage with the IBM License Service with NGINX Ingress Controller
Install the IBM License Service following a. section of [Track ODM usage with the IBM License Service](README.md#7-track-odm-usage-with-the-ibm-license-service) step of the documentation.
Expand Down
4 changes: 2 additions & 2 deletions platform/eks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ To install ODM with the AWS RDS PostgreSQL database created in [step 2](#2-creat
- `<RDS_DATABASE_NAME>` is the initial database name defined when creating the RDS database

```bash
helm install mycompany ibm-helm/ibm-odm-prod --version 23.2.0 -f eks-rds-values.yaml
helm install mycompany ibm-helm/ibm-odm-prod --version 24.1.0 -f eks-rds-values.yaml
```

> **Note**
Expand All @@ -222,7 +222,7 @@ helm install mycompany ibm-helm/ibm-odm-prod --version 23.2.0 -f eks-rds-values.
> - `<AWS-AccountId>` is your AWS Account Id
>
>```bash
>helm install mycompany ibm-helm/ibm-odm-prod --version 23.2.0 -f eks-values.yaml
>helm install mycompany ibm-helm/ibm-odm-prod --version 24.1.0 -f eks-values.yaml
>```
> **Note**
Expand Down

0 comments on commit 6392161

Please sign in to comment.