Skip to content

Commit a067b43

Browse files
authored
Update EKS cluster version to 1.32
1 parent 9c595fa commit a067b43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform/eks/README.md

Lines changed: 2 additions & 2 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.31 --alb-ingress-access
58+
eksctl create cluster <CLUSTER_NAME> --version 1.32 --alb-ingress-access
5959
```
6060

6161
> **Note**
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.
62+
> The tutorial has been tested with the Kubernetes version 1.32. 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 !

0 commit comments

Comments
 (0)