You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: platform/eks/README-NGINX.md
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,18 @@ The aim of this complementary documentation is to explain how to replace the **A
6
6
7
7
You must have created an EKS cluster and set up your environment by following step 1 of [Deploying IBM Operational Decision Manager on Amazon EKS](README.md#1-prepare-your-environment-20-min).
8
8
9
+
> **Note**:
10
+
> Make sure that AWS Load Balancer Controller is not provisioned in this cluster.
11
+
12
+
9
13
## Provision an NGINX Ingress Controller
10
14
11
15
You can replace the [Provision an AWS Load Balancer Controller](README.md#d-provision-an-aws-load-balancer-controller) step by provisioning an NGINX Ingress Controller with the following commands.
For more information, refer to the [ingress-nginx readme](https://github.com/kubernetes/ingress-nginx/tree/main/charts/ingress-nginx#install-chart).
@@ -24,7 +28,7 @@ The `my-odm-nginx` service should have an available `External-IP` when you run t
24
28
kubectl get service my-odm-nginx-ingress-nginx-controller
25
29
```
26
30
27
-
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.
31
+
You can then go back to the main documentation to continue [Step 2: Create an RDS database](README.md#2-create-an-rds-database-10-min)and [Step 3: Prepare your environment for the ODM installation](README.md#3-prepare-your-environment-for-the-odm-installation-5-min).
28
32
29
33
## Install an ODM release with NGINX Ingress Controller
30
34
@@ -70,10 +74,12 @@ export LICENSING_URL=$(kubectl get ingress ibm-licensing-service-instance -n ibm
70
74
export TOKEN=$(kubectl get secret ibm-licensing-token -n ibm-common-services -o jsonpath='{.data.token}'|base64 -d)
71
75
```
72
76
73
-
You can access the `http://${LICENSING_URL}/status?token=${TOKEN}` URL to view the licensing usage or retrieve the licensing report .zip file by running:
77
+
You can access the `http://${LICENSING_URL}/ibm-licensing-service-instance/status?token=${TOKEN}` URL to view the licensing usage.
78
+
79
+
Otherwise, you can also retrieve the licensing report .zip file by running:
If your IBM License Service instance is not running properly, refer to this [troubleshooting page](https://www.ibm.com/docs/en/cpfs?topic=software-troubleshooting).
0 commit comments