Skip to content

Commit df8440b

Browse files
authored
Update README.md
1 parent a413464 commit df8440b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

platform/eks/README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ eksctl create cluster <CLUSTER_NAME> --version 1.28 --alb-ingress-access
6060
> **Note**
6161
> The tutorial has been tested with the Kubernetes version 1.28. Check the supported kubernetes version in the [system requirement](https://www.ibm.com/support/pages/ibm-operational-decision-manager-detailed-system-requirements) page.
6262
63+
> **Note**
64+
> If you choose to use the NGINX Ingress Controller to expose ODM services, don't use the --alb-ingress-access option during the creation of the cluster !
65+
6366
For more information, refer to [Creating an Amazon EKS cluster](https://docs.aws.amazon.com/eks/latest/userguide/create-cluster.html).
6467

6568
#### c. Set up your environment
@@ -308,7 +311,7 @@ You can find more information and use cases on [this page](https://www.ibm.com/d
308311
After a couple of minutes, the ALB reflects the Ingress configuration. You will be able to access the IBM License Service by retrieving the URL with this command:
309312

310313
```bash
311-
export LICENSING_URL=$(kubectl get ingress ibm-licensing-service-instance -n ibm-common-services -o jsonpath='{.status.loadBalancer.ingress[0].hostname}')/ibm-licensing-service-instance
314+
export LICENSING_URL=$(kubectl get ingress ibm-licensing-service-instance -n ibm-common-services -o jsonpath='{.status.loadBalancer.ingress[0].hostname}')
312315
export TOKEN=$(kubectl get secret ibm-licensing-token -n ibm-common-services -o jsonpath='{.data.token}' |base64 -d)
313316
```
314317

0 commit comments

Comments
 (0)