Zhong Chen
07/14/2023, 7:39 PMflink-k8s-operator to use the latest deployment template to reconcile a flink deployment when that deployment is not in a stable state?
Here is the problem I am struggling. I have a flink deployment yaml X and the flink operator deploys it without any issues. Then I made some edits to X called it X1 and deployed it again. However, there are some errors in X1, which caused the deployment to fail to start. As a result, the deployment is in the forever reconciling state. Then I submit template X2, which contains all the fixes for X1, to the flink operator. Because the flink deployment is still in the reconciling state, it won’t handle the new request.Gyula Fóra
07/17/2023, 4:57 AMGyula Fóra
07/17/2023, 4:58 AMGyula Fóra
07/17/2023, 4:59 AMGyula Fóra
07/17/2023, 5:01 AMZhong Chen
07/17/2023, 9:22 PMrelease-1.4 is the version we are using.Zhong Chen
07/17/2023, 9:25 PMflink deployment can get stuck in the reconciling state forever.Zhong Chen
07/17/2023, 9:26 PMstable state.Zhong Chen
07/17/2023, 9:27 PMGyula Fóra
07/18/2023, 5:02 AM