john created FLINK-23507:
----------------------------
Summary: The node IP obtained in NodePort mode is a VIP
Key: FLINK-23507
URL: https://issues.apache.org/jira/browse/FLINK-23507
Project: Flink
Issue Type: Bug
Components: Deployment / Kubernetes
Affects Versions: 1.13.1, 1.13.0
Reporter: john
Attachments: image-2021-07-27-11-36-56-280.png
When the three masters of k8s turn on the load balancing mode, when the job is
submitted to the k8s cluster and the parameter
-Dkubernetes.rest-service.exposed.type=NodePort is used, the web ui address of
the job obtained at this time is Get the address of the k8s master, but this
address is a VIP. VIP does not belong to the k8s cluster, so it cannot be
accessed. The node ip we should get is the IP of any machine in the k8s cluster.
like this:
!image-2021-07-27-11-36-56-280.png!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)