Gyula Fora created FLINK-27913: ---------------------------------- Summary: Remove savepointHistoryMaxCount and savepointHistoryMaxAge from FlinkOperatorConfiguration Key: FLINK-27913 URL: https://issues.apache.org/jira/browse/FLINK-27913 Project: Flink Issue Type: Improvement Components: Kubernetes Operator Reporter: Gyula Fora Fix For: kubernetes-operator-1.1.0
Currently savepointHistoryMaxCount and savepointHistoryMaxAge is part of the FlinkOperatorConfiguration class which means that users cannot override this from their user deployment. We should remove it and get it directly from the effective config. We should however introduce a max allowed value for these configurations that is configured on the FlinkOperatorConfiguration level so that users cannot infinitely grow the status size and cause problems for the k8s api. -- This message was sent by Atlassian Jira (v8.20.7#820007)