Re: "Native Kubernetes" sample in Flink documentation fails. JobManager Web Interface is wrongly generated. [Flink 1.14.4]

2022-03-29 Thread Yang Wang
ubernetes.config.file=/home/devuser/.kube/config > examples/batch/WordCount.jar > > > > Best regards, > > Burcu > > > > *From:* Yang Wang [mailto:danrtsey...@gmail.com] > *Sent:* Saturday, March 26, 2022 7:48 AM > *To:* Burcu Gul POLAT EGRI > *Cc:* user@flink.a

Re: "Native Kubernetes" sample in Flink documentation fails. JobManager Web Interface is wrongly generated. [Flink 1.14.4]

2022-03-25 Thread Yang Wang
The root cause might be the LoadBalancer could not really work in your environment. We already have a ticket to track this[1] and will try to get it resolved in the next release. For now, could you please have a try by adding "-Dkubernetes.rest-service.exposed.type=NodePort" to your session and

"Native Kubernetes" sample in Flink documentation fails. JobManager Web Interface is wrongly generated. [Flink 1.14.4]

2022-03-25 Thread Burcu Gul POLAT EGRI
I am getting the following error when I try to execute sample at Flink documentation - Native Kubernetes. I have succedded to execute the first command in documentation by adding