wangyang0918 opened a new pull request #14130:
URL: https://github.com/apache/flink/pull/14130
Fix the documentation of native K8s for getting the EXTERNAL-IP. The
external ip is allocated in `<ClusterID>-rest` service, not the `ClusterID`
service.
We could get the result like following.
```
wangyang-pc:apache-flink-k8s-ha danrtsey.wy$ kubectl get
svc/k8s-ha-app-1-rest
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S)
AGE
k8s-ha-app-1-rest LoadBalancer 172.21.15.66 8.131.x.x 8081:32000/TCP
17h
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]