Skip to content

Commit 7f2e837

Browse files
committed
Fixed URLs
1 parent a264a42 commit 7f2e837

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

platform/gcloud/README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,8 @@ Get the [licensing-instance.yaml](./licensing-instance.yaml) file and run the fo
362362
kubectl apply -f licensing-instance.yaml -n ibm-licensing
363363
```
364364

365-
> 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).
366367
367368
#### c. Modify GKE Load Balancer settings
368369

@@ -377,12 +378,15 @@ Edit the rule about /ibm-licensing-service-instance/* and add / as path prefix r
377378
![Load balancing Host and Path rules](images/lb_host_and_path_rules.png)
378379
![Load balancing Rewrite](images/lb_rewrite.png)
379380

381+
> [!NOTE]
382+
> GKE Load Balancer may take a few minutes after its new configuration to actually apply it.
383+
380384
#### d. Retrieving license usage
381385

382386
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:
383387

384388
```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
386390
export TOKEN=$(kubectl get secret ibm-licensing-token -o jsonpath={.data.token} -n ibm-licensing |base64 -d)
387391
```
388392

@@ -392,7 +396,7 @@ You can access the `http://${LICENSING_URL}/status?token=${TOKEN}` URL to view t
392396
curl -v "http://${LICENSING_URL}/snapshot?token=${TOKEN}" --output report.zip
393397
```
394398

395-
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).
396400

397401
## Troubleshooting
398402

@@ -402,6 +406,6 @@ If your ODM instances are not running properly, refer to [our dedicated troubles
402406

403407
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).
404408

405-
# License
409+
## License
406410

407411
[Apache 2.0](/LICENSE)

0 commit comments

Comments
 (0)