Re: Kubernetes Application Cluster Not Working

2021-03-29 Thread Claude M
This issue was resolved by adding the following environment variable to both the jobmanager and taskmanager: - name: JOB_MANAGER_RPC_ADDRESS value: jobmanager On Wed, Mar 24, 2021 at 1:33 AM Yang Wang wrote: > Are you sure that the JobManager akka address is binded to > "flink-jobmanager"?

Re: Kubernetes Application Cluster Not Working

2021-03-23 Thread Yang Wang
Are you sure that the JobManager akka address is binded to "flink-jobmanager"? You could set "jobmanager.rpc.address" to flink-jobmanager in the ConfigMap. Best, Yang Guowei Ma 于2021年3月24日周三 上午10:22写道: > Hi, M > Could you give the full stack? This might not be the root cause. > Best, > Guowei

Re: Kubernetes Application Cluster Not Working

2021-03-23 Thread Guowei Ma
Hi, M Could you give the full stack? This might not be the root cause. Best, Guowei On Wed, Mar 24, 2021 at 2:46 AM Claude M wrote: > Hello, > > I'm trying to setup Flink in Kubernetes using the Application Mode as > described here: >

Kubernetes Application Cluster Not Working

2021-03-23 Thread Claude M
Hello, I'm trying to setup Flink in Kubernetes using the Application Mode as described here: https://ci.apache.org/projects/flink/flink-docs-master/docs/deployment/resource-providers/standalone/kubernetes The doc mentions that there needs to be a aervice exposing the JobManager’s REST and UI