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



##########
File path: 
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:
       @zentol this actually is an override for `flink-conf.yaml`, see 
`FlinkImageBuilder#createTemporaryFlinkConfFile` for more details. So unless 
this is explicitly set, the override won't work.




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


Reply via email to