Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.13.0, 1.13.1
Description
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:
Attachments
Attachments
Issue Links
- fixes
-
FLINK-16601 Correct the way to get Endpoint address for NodePort rest Service
- Closed
- is duplicated by
-
FLINK-23043 Wrong master address displayed when run application in native K8s with -Dkubernetes.rest-service.exposed.type=NodePort
- Closed
- relates to
-
FLINK-22975 Specify port or range for k8s service
- Open
- links to