Hi, We are deploying a few flink clusters via the flink operator in our CI.
In each run we first do a clean-up where one of the first steps is to run 'kubectl delete flinkdeployments --all -n <name-space>' after that we also delete the flink operator pod and our all namespace. Lately we face issues where the deletion of the crd takes a lot of time and sometimes it just gets stuck and we need to manually modify finalizers so they will be deleted. Anyone faced this issue? Any suggestions on how to overcome it? Thanks Sigalit