Skip to content

Commit 48c173c

Browse files
committed
update wrt ibm licensing service 4.9
1 parent 95e83d3 commit 48c173c

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

platform/eks/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,8 @@ You can find more information and use cases on [this page](https://www.ibm.com/d
313313
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:
314314

315315
```bash
316-
export LICENSING_URL=$(kubectl get ingress ibm-licensing-service-instance -n ibm-common-services -o jsonpath='{.status.loadBalancer.ingress[0].hostname}')
317-
export TOKEN=$(kubectl get secret ibm-licensing-token -n ibm-common-services -o jsonpath='{.data.token}' |base64 -d)
316+
export LICENSING_URL=$(kubectl get ingress ibm-licensing-service-instance -n ibm-licensing -o jsonpath='{.status.loadBalancer.ingress[0].hostname}')
317+
export TOKEN=$(kubectl get secret ibm-licensing-token -n ibm-licensing -o jsonpath='{.data.token}' |base64 -d)
318318
```
319319

320320
> **Note**

platform/eks/licensing-instance.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ spec:
88
httpsEnable: false
99
ingressEnabled: true
1010
ingressOptions:
11+
ingressClassName: alb
1112
annotations:
1213
alb.ingress.kubernetes.io/scheme: internet-facing
1314
alb.ingress.kubernetes.io/target-type: ip
14-
kubernetes.io/ingress.class: alb
15-
path: /*
16-
instanceNamespace: ibm-common-services
15+
path: /*

0 commit comments

Comments
 (0)