mirror of
https://github.com/clastix/kamaji.git
synced 2026-08-26 00:47:20 +00:00
fix(docs): update command to collect the external IP address of the TCP service (#1218)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user