Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
1.12.2
-
None
-
None
-
flink on native kubernetes with session mode
Description
I have created a flink session cluster by `kubernetes-session` command with -Dkubernetes.rest-service.exposed.type=NodePort options, because we don't want to expose the rest service external.
when I submit flink job by `flink run --target kubernetes-session xxx` i found this command will automatically find the Kubernetes ApiServer address as the Node address. But my ApiService address IP is not in the node ips of k8s cluster. can I specific a node IP explicitly.
Attachments
Issue Links
- is duplicated by
-
FLINK-16601 Correct the way to get Endpoint address for NodePort rest Service
- Closed