zentol commented on a change in pull request #18678:
URL: https://github.com/apache/flink/pull/18678#discussion_r804632306
##########
File path:
flink-kubernetes/src/main/java/org/apache/flink/kubernetes/kubeclient/decorators/FlinkConfMountDecorator.java
##########
@@ -156,6 +157,8 @@ private Pod decoratePod(Pod pod) {
// Remove some configuration options that should not be taken to
cluster side.
clusterSideConfig.removeConfig(KubernetesConfigOptions.KUBE_CONFIG_FILE);
clusterSideConfig.removeConfig(DeploymentOptionsInternal.CONF_DIR);
+ clusterSideConfig.removeConfig(RestOptions.BIND_ADDRESS);
+ clusterSideConfig.removeConfig(RestOptions.ADDRESS);
Review comment:
Actually, same comment as for TmOptions#ADDRESS. This should be purely a
client-side thing.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]