[
https://issues.apache.org/jira/browse/FLINK-38795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18043561#comment-18043561
]
Ferenc Csaky commented on FLINK-38795:
--------------------------------------
In case of HA is enabled, the current code uses {{--host}}
[here|https://github.com/apache/flink-kubernetes-operator/blob/eb99c5a12c6d93b9f303d8ac8d028ab28bb13689/flink-kubernetes-standalone/src/main/java/org/apache/flink/kubernetes/operator/kubeclient/decorators/CmdStandaloneJobManagerDecorator.java#L102].
This CLI arg was removed from Flink starting with 2.0. Instead, we should use
{{jobmanager.rpc.address}} configuration via dynamic param or adding it to the
configuration directly, whichever makes most sense.
> Do not use "--host" CLI param for standalone job
> ------------------------------------------------
>
> Key: FLINK-38795
> URL: https://issues.apache.org/jira/browse/FLINK-38795
> Project: Flink
> Issue Type: Improvement
> Components: Kubernetes Operator
> Affects Versions: kubernetes-operator-1.13.0
> Reporter: Ferenc Csaky
> Assignee: Ferenc Csaky
> Priority: Major
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)