Re: Owner reference with the Kubernetes operator

2022-11-16 Thread Alexis Sarda-Espinosa
Ah I see, cool, thanks. Regards, Alexis. Am Mi., 16. Nov. 2022 um 15:50 Uhr schrieb Gyula Fóra : > This has been changed in the current snapshot release: > https://issues.apache.org/jira/browse/FLINK-28979 > > It will be part of the 1.3.0 version. > > On Wed, Nov 16, 2022 at 3:32 PM Alexis Sarda

Re: Owner reference with the Kubernetes operator

2022-11-16 Thread Gyula Fóra
This has been changed in the current snapshot release: https://issues.apache.org/jira/browse/FLINK-28979 It will be part of the 1.3.0 version. On Wed, Nov 16, 2022 at 3:32 PM Alexis Sarda-Espinosa < sarda.espin...@gmail.com> wrote: > Hello, > > Is there a particular reason the operator doesn't s

Owner reference with the Kubernetes operator

2022-11-16 Thread Alexis Sarda-Espinosa
Hello, Is there a particular reason the operator doesn't set owner references for the Deployments it creates as a result of a FlinkDeployment CR? This makes tracking in the Argo CD UI impossible. (To be clear, I mean a reference from the Deployment to the FlinkDeployment). Regards, Alexis.