zentol commented on a change in pull request #18678:
URL: https://github.com/apache/flink/pull/18678#discussion_r807050286
##########
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:
aaaah this is for the testcontainer tests...yeah then I suppose we need
it.
...
although they should rely on our docker images 💢
--
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]