zentol commented on a change in pull request #103:
URL: https://github.com/apache/flink-docker/pull/103#discussion_r804531640
##########
File path: Dockerfile-debian.template
##########
@@ -80,9 +80,12 @@ RUN set -ex; \
\
chown -R flink:flink .;
-# Replace default REST endpoint bind address to use the container's network
interface
+# Replace default REST/RPC endpoint bind address to use the container's
network interface
RUN sed -i 's/rest.address: localhost/rest.address: 0.0.0.0/g'
$FLINK_HOME/conf/flink-conf.yaml
RUN sed -i 's/rest.bind-address: localhost/rest.bind-address: 0.0.0.0/g'
$FLINK_HOME/conf/flink-conf.yaml
+RUN sed -i 's/jobmanager.bind-host: localhost/jobmanager.bind-host: 0.0.0.0/g'
$FLINK_HOME/conf/flink-conf.yaml
+RUN sed -i 's/taskmanager.bind-host: localhost/taskmanager.bind-host:
0.0.0.0/g' $FLINK_HOME/conf/flink-conf.yaml
+RUN sed -i 's/taskmanager.host: localhost/taskmanager.host: 0.0.0.0/g'
$FLINK_HOME/conf/flink-conf.yaml
Review comment:
https://github.com/apache/flink/pull/18721/files#r804504037
--
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]