Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
1.11.2
-
None
Description
Flink-based implementations are often used as part of a larger applications. In this case, deletion of main (parent) application typically requires deletion of the Flink cluster. A common way for achieving this in kubernetes is usage of the owner reference (https://kubernetes.io/docs/concepts/workloads/controllers/garbage-collection/).
Adding Owner reference to Flink JM will fulfill this requirement