Re: flink:latest container on kubernetes fails to connect taskmanager to jobmanager

2018-10-09 Thread Till Rohrmann
Hi jwatte, sorry for the inconveniences. I hope that the dicker hub images have been updated by now. Cheers, Till On Wed, Oct 10, 2018, 05:20 vino yang wrote: > Hi jwatte, > > Maybe Till can help you. > > Thanks, vino. > > jwatte 于2018年10月2日周二 上午5:30写道: > >> It turns out that the latest flink

Re: flink:latest container on kubernetes fails to connect taskmanager to jobmanager

2018-10-09 Thread vino yang
Hi jwatte, Maybe Till can help you. Thanks, vino. jwatte 于2018年10月2日周二 上午5:30写道: > It turns out that the latest flink:latest docker image is 5 days old, and > thus bug was fixed 4 days ago in the flink-docker github. > > The problem is that the docker-entrypoint.sh script chains to jobmanager.

Re: flink:latest container on kubernetes fails to connect taskmanager to jobmanager

2018-10-01 Thread jwatte
It turns out that the latest flink:latest docker image is 5 days old, and thus bug was fixed 4 days ago in the flink-docker github. The problem is that the docker-entrypoint.sh script chains to jobmanager.sh by saying "start-foreground cluster" where the "cluster" argument is obsolete as of Flink