usamj commented on code in PR #548: URL: https://github.com/apache/flink-kubernetes-operator/pull/548#discussion_r1143235967
########## flink-kubernetes-standalone/src/main/java/org/apache/flink/kubernetes/operator/kubeclient/Fabric8FlinkStandaloneKubeClient.java: ########## @@ -57,14 +58,14 @@ public void stopAndCleanupCluster(String clusterId) { .apps() .deployments() .withName(StandaloneKubernetesUtils.getJobManagerDeploymentName(clusterId)) - .cascading(true) + .withPropagationPolicy(DeletionPropagation.ORPHAN) Review Comment: I agree, foreground is more in-line with the behaviour that we want. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org