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/03/28 19:58:00 UTC

[jira] [Created] (FLINK-26892) Observe current status before validating CR changes

Gyula Fora created FLINK-26892:
----------------------------------

             Summary: Observe current status before validating CR changes
                 Key: FLINK-26892
                 URL: https://issues.apache.org/jira/browse/FLINK-26892
             Project: Flink
          Issue Type: Improvement
          Components: Kubernetes Operator
            Reporter: Gyula Fora
             Fix For: kubernetes-operator-1.0.0


Currently validation is the first step in the controller loop which means that when there is a validation error we fail to observe the status of currently running deployments.

We should change the order of operations and observe before validation. 

Furthermore observe should use the previous configuration not the one after the CR change.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)