fix(docs): update command to collect the external IP address of the TCP service (#1218)

This commit is contained in:
Antonio B.
2026-07-02 17:35:37 +02:00
committed by GitHub
parent b48941e7eb
commit a3cb6d4a32
@@ -239,7 +239,7 @@ spec:
Collect the external IP address of the `tcp` service:
```bash
TENANT_ADDR=$(kubectl -n ${TENANT_NAMESPACE} get svc ${TENANT_NAME} -o json | jq -r ."spec.loadBalancerIP")
TENANT_ADDR=$(kubectl -n ${TENANT_NAMESPACE} get svc ${TENANT_NAME} -o jsonpath='{.status.loadBalancer.ingress[0].ip}{.status.loadBalancer.ingress[0].hostname}')
```
and check it out: