Paul Lin created FLINK-32143:
--------------------------------
Summary: Automatic cleanup of terminated flinkdeployments
Key: FLINK-32143
URL: https://issues.apache.org/jira/browse/FLINK-32143
Project: Flink
Issue Type: New Feature
Components: Kubernetes Operator
Reporter: Paul Lin
Currently, if a job turns into terminated status (e.g. FINISHED or FAILED), the
flinkdeployment remains until a manual cleanup is performed.
We could add a configuration named
`kubernetes.operator.deployment.cleanup.delay`, and clean up terminated
deployments after the delay. The delay is default to `-1` which means the
cleanup is disabled.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)