Gyula Fora created FLINK-27065: ---------------------------------- Summary: Store lastReconciledSpec as String in status Key: FLINK-27065 URL: https://issues.apache.org/jira/browse/FLINK-27065 Project: Flink Issue Type: Improvement Components: Kubernetes Operator Reporter: Gyula Fora Fix For: kubernetes-operator-1.0.0
Currently we store complete spec objects in the status. This leads to large CRD schema sizes and will probably cause big headaches when implementing migration logic from one api version to the other. We suggest to store the lastReconciledSpec in String form instead. This will also make it easier to store new spec copies for the rollback logic also. -- This message was sent by Atlassian Jira (v8.20.1#820001)