lugela commented on code in PR #18678:
URL: https://github.com/apache/flink/pull/18678#discussion_r1073014756


##########
flink-end-to-end-tests/flink-end-to-end-tests-common/src/main/java/org/apache/flink/tests/util/flink/container/FlinkContainersBuilder.java:
##########
@@ -163,6 +163,7 @@ public FlinkContainers build() {
         this.conf.set(
                 CheckpointingOptions.CHECKPOINTS_DIRECTORY,
                 CHECKPOINT_PATH.toAbsolutePath().toUri().toString());
+        this.conf.set(RestOptions.BIND_ADDRESS, "0.0.0.0");

Review Comment:
   At present, I try to set rest.bind-address to 0.0.0.0 on Flink 1.15 and 
above, and find that external access is not effective. However, the settings 
are valid in versions below 1.15



-- 
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