Hello, I recently deployed a Flink Operator in Kubernetes and wrote a simple FlinkDeployment CRD to run it in application mode following this <https://github.com/apache/flink-kubernetes-operator/blob/main/examples/pod-template.yaml> .
I noticed that, even after I edited the CRD and marked the spec.job.state field as *suspended, *the metric *jobmanager_job_uptime_value *continued to show the job status as *running*. I did verify that after re-applying these changes, the JM and TM pods were deleted and the cluster was not running anymore. Am I doing something incorrect or is there some other metric to monitor the job status when using Flink Operator ? -- *Regards,* *Meghajit*