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
> NOTE: You can find more information and use cases on [this page](https://www.ibm.com/docs/en/cpfs?topic=software-configuration).
365
+
> [!NOTE]
366
+
> You can find more information and use cases on [this page](https://www.ibm.com/docs/en/cloud-paks/foundational-services/4.10?topic=service-configuration).
366
367
367
368
#### c. Modify GKE Load Balancer settings
368
369
@@ -377,12 +378,15 @@ Edit the rule about /ibm-licensing-service-instance/* and add / as path prefix r
377
378

378
379

379
380
381
+
> [!NOTE]
382
+
> GKE Load Balancer may take a few minutes after its new configuration to actually apply it.
383
+
380
384
#### d. Retrieving license usage
381
385
382
386
After a couple of minutes, the Ingress configuration is created and you will be able to access the IBM License Service by retrieving the URL with the following command:
383
387
384
388
```shell
385
-
export LICENSING_URL=$(kubectl get ingress ibm-licensing-service-instance -n ibm-licensing -o jsonpath='{.status.loadBalancer.ingress[0].ip}')
389
+
export LICENSING_URL=$(kubectl get ingress ibm-licensing-service-instance -n ibm-licensing -o jsonpath='{.status.loadBalancer.ingress[0].ip}')/ibm-licensing-service-instance
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).
399
+
If your IBM License Service instance is not running properly, refer to this [troubleshooting page](https://www.ibm.com/docs/en/cloud-paks/foundational-services/4.10?topic=service-troubleshooting-license).
396
400
397
401
## Troubleshooting
398
402
@@ -402,6 +406,6 @@ If your ODM instances are not running properly, refer to [our dedicated troubles
402
406
403
407
Get hands-on experience with IBM Operational Decision Manager in a container environment by following this [Getting started tutorial](https://github.com/DecisionsDev/odm-for-container-getting-started/blob/master/README.md).
0 commit comments