Hi all, we are trying to use flink kubernetes operator 1.9.0 and flink 1.19.1. now I have some questions about how to use it: 1. How can I confirm when the flink job need manual recovery from the flinkdeployment status info ? 2. what's the best logic to check the job status ? I want to alert the user, when the job is restarted or 3. I came into a situation that the operator can not set the jobstatus in flinkdeployment status info: when some error occurs in the job main method, the jobmanager runs fine, and the job enters failed state, but the operator will check the latestcheckpoint information by rest api, which throws "Caused by: org.apache.flink.runtime.rest.util.RestClientException: [org.apache.flink.runtime.rest.handler.RestHandlerException: Checkpointing has not been enabled." . the prevents the operator keeps observing and the status not recorded correctly?
some help would be appreciated. -- Louis Liu louisliu...@gmail.com