Robert Metzger created FLINK-32439:
--------------------------------------
Summary: Kubernetes operator is silently overwriting the
"execution.savepoint.path" config
Key: FLINK-32439
URL: https://issues.apache.org/jira/browse/FLINK-32439
Project: Flink
Issue Type: Bug
Components: Kubernetes Operator
Reporter: Robert Metzger
I recently stumbled across the fact that the K8s operator is silently deleting
/ overwriting the execution.savepoint.path config option.
I understand why this happens, but I wonder if the operator should write a log
message if the user configured the execution.savepoint.path option.
And / or add a list to the docs about "Operator managed" config options?
https://github.com/apache/flink-kubernetes-operator/blob/main/flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/reconciler/deployment/ApplicationReconciler.java#L155-L159
--
This message was sent by Atlassian Jira
(v8.20.10#820010)