tarmazakov commented on issue #7858: [FLINK-11787] Update Kubernetes resources: 
workaround to make TM reachable from JM in Kubernetes
URL: https://github.com/apache/flink/pull/7858#issuecomment-468629356
 
 
   Hi, thank you for this WA.
   
   I downloaded the flink.tgz  from 
   
http://apache-mirror.rbc.ru/pub/apache/flink/flink-1.7.2/flink-1.7.2-bin-scala_2.12.tgz
 
   that corresponding docker image flink:latest (flink:1.7)
   
   You pass 2 args to the docker-entrypoint.sh:
   ```yaml
   args:
           - taskmanager
           - "-Dtaskmanager.host=$(K8S_POD_IP)"
   ```
           
   
   But in 
[docker-entrypoint.sh](https://github.com/docker-flink/docker-flink/blob/master/1.7/scala_2.12-debian/docker-entrypoint.sh)
 you did't pass argument `-Dtaskmanager.host..` to the taskmanager.sh:
   `exec $(drop_privs_cmd) "$FLINK_HOME/bin/taskmanager.sh" start-foreground`
   
   Tell me how it will work?
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to