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 2022/04/05 18:12:00 UTC

[jira] [Created] (FLINK-27065) Store lastReconciledSpec as String in status

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)