Eric Liu
09/26/2023, 7:21 PMReconciling
status. Most of the time we would have to kubectl delete FlinkDeployment
to destroy the job and redeploy it, but the consequence of doing that is the state and checkpoints are lost. Does anyone know how to avoid/resolve the issue?Nicholas Erasmus
09/29/2023, 9:53 AMkubectl delete deployment …
instead of FlinkDeployment
? With our offset initializer config this did honour the existing checkpoints.
This worked in some cases for us.Eric Liu
09/29/2023, 4:59 PM