Open franciscolopezsancho opened 4 years ago
I also find the same issue as well. This happened only on the first app created. Because there's no older version to roll back, so it seems like it stuck on this state forever. It would be nice that it still goes into the DeployFailed after some timeout.
Hi there,
I have an application that after updating the CRD get's into state:
and never terminates any Pod and restart with the new Spec. In here states that the phase must be
Running
orDeployed Failed
in order to allow the Flink Operator to redeploy. Is that the case? If so I'd like to add that our application get's into that state only after the CRD get's updated. Seems to me it tries to checkpointing before terminate any Pods. Does this make sense to you?Thank you in advance