zentol commented on a change in pull request #18678:
URL: https://github.com/apache/flink/pull/18678#discussion_r803605847



##########
File path: flink-end-to-end-tests/test-scripts/common_kubernetes.sh
##########
@@ -225,4 +225,9 @@ function get_host_machine_address {
     fi
 }
 
+function set_config_for_kubernetes {
+    set_config_key "rest.address" "0.0.0.0"
+    set_config_key "rest.bind-address" "0.0.0.0"

Review comment:
       Ok, fair enough. Do you intend to update the docs in this PR, or in a 
follow-up?
   
   Excluding these options in 
https://github.com/apache/flink/blob/222b72f2de43bb60b2f4741fde023493967d20f7/flink-kubernetes/src/main/java/org/apache/flink/kubernetes/kubeclient/decorators/FlinkConfMountDecorator.java#L154
 was rejected?




-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to