Thomas Weise created FLINK-26812: ------------------------------------ Summary: Flink native k8s integration should support owner reference Key: FLINK-26812 URL: https://issues.apache.org/jira/browse/FLINK-26812 Project: Flink Issue Type: Improvement Components: Deployment / Kubernetes Affects Versions: 1.14.4 Reporter: Thomas Weise
Currently the JobManager deployment and other resource created by the integration do not support the owner reference, allowing for the possibility of them to become orphaned when managed by a higher level entity like the CR of the k8s operator. Any top level resource created should optionally have an owner reference to ensure safe cleanup when managing entity gets removed. -- This message was sent by Atlassian Jira (v8.20.1#820001)