You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Gyula Fora (Jira)" <ji...@apache.org> on 2023/03/23 13:40:00 UTC

[jira] [Created] (FLINK-31592) Configurable deletion propagation for Flink resources

Gyula Fora created FLINK-31592:
----------------------------------

             Summary: Configurable deletion propagation for Flink resources
                 Key: FLINK-31592
                 URL: https://issues.apache.org/jira/browse/FLINK-31592
             Project: Flink
          Issue Type: Improvement
          Components: Kubernetes Operator
            Reporter: Gyula Fora
            Assignee: Gyula Fora


Currently we use the default (background) deletion propagation when we delete Kubernetes resources such as the JobManager deployment.

In most cases this is acceptable however this can lead to lingering resources when the garbage collection is slow on the k8s cluster. We therefore propose to make this configurable and also change the default to Foreground which is more predictable and works better for our purposes in the operator.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)