Hi, We are using FlinkDeployment(aka, application mode) to deploy our Flink jobs by using Flink Kubernetes operator, and we are using standalone mode.
In general, for application mode, the Flink cluster lifecycle should be tight with the Flink job lifecycle, which means we should delete the Flink cluster if the job stopped. However, I noticed that Flink clusters are not deleted when I tried to suspend FlinkDeployment with "job-cancel" enabled. I wanted to confirm if this undeploy behavior is by intention. If yes, why? Thanks, Alan