Re: Flink Kubernetes Operator podTemplate and 'app' pod label bug?

2023-01-19 Thread Gyula Fóra
To clarify this logic is inherited from the Flink Native Kubernetes integration itself. The operator specific labels we use are already fully qualified. I agree that this could be improved in Flink by a better label. Cheers, Gyula On Thu, Jan 19, 2023 at 11:00 PM Mason Chen wrote: > @Andrew I w

Kubernetes JobManager and TaskManager minimum/maximum resources

2023-01-19 Thread Lee Parayno
For application mode FlinkDeployments (maybe even session mode) in Kubernetes from the Flink Kubernetes Operator what is the absolute minimum amount of CPU and RAM that is required to run the JobManager and TaskManager processes? Some of the example deployment yaml examples have CPU set at 1 fu

Re: Flink Kubernetes Operator podTemplate and 'app' pod label bug?

2023-01-19 Thread Mason Chen
@Andrew I was also confused by this earlier and FYI this line where it is referenced https://github.com/apache/flink-kubernetes-operator/blame/7d5bf9536bdfbf86de5803766b28e503cd32ee04/flink-kubernetes-standalone/src/main/java/org/apache/flink/kubernetes/operator/utils/StandaloneKubernetesUtils.java

Re: Flink Kubernetes Operator podTemplate and 'app' pod label bug?

2023-01-19 Thread Őrhidi Mátyás
On a side note, we should probably use a qualified label name instead of the pretty common app here. WDYT Gyula? On Thu, Jan 19, 2023 at 1:48 PM Gyula Fóra wrote: > Hi! > > The app label itself is used by Flink internally for a different purpose > so it’s overriden. This is completely expected.

Re: Flink Kubernetes Operator podTemplate and 'app' pod label bug?

2023-01-19 Thread Gyula Fóra
Hi! The app label itself is used by Flink internally for a different purpose so it’s overriden. This is completely expected. I think it would be better to use some other label :) Cheers, Gyula On Thu, 19 Jan 2023 at 19:02, Andrew Otto wrote: > Hello! > > I'm seeing an unexpected label value a

Flink Kubernetes Operator podTemplate and 'app' pod label bug?

2023-01-19 Thread Andrew Otto
Hello! I'm seeing an unexpected label value assignment happening, and I'm not sure how it's happening. It is possible it is in my own helm charts and templates somewhere, but I'm not seeing it, so I'm beginning to think this is happening in the FlinkDeployment CRD in the operator code somewhere.

Re: Regarding Changes in Flink Operator 1.3.1

2023-01-19 Thread Sumit Aich
Thanks a lot. On Thu, Jan 19, 2023, 1:08 PM Gyula Fóra wrote: > Please see the release announcements: > > https://flink.apache.org/news/2022/10/07/release-kubernetes-operator-1.2.0.html > > https://flink.apache.org/news/2022/12/14/release-kubernetes-operator-1.3.0.html > > https://flink.apache.o