We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc6f70f commit 05a5456Copy full SHA for 05a5456
pkg/operator/workloads/workflow.go
@@ -164,10 +164,6 @@ func DeleteApp(appName string, keepCache bool) bool {
164
for _, sparkApp := range sparkApps {
165
config.Spark.Delete(sparkApp.Name)
166
}
167
- pods, _ := config.Kubernetes.ListPodsByLabel("appName", appName)
168
- for _, pod := range pods {
169
- config.Kubernetes.DeletePod(pod.Name)
170
- }
171
172
wasDeployed := false
173
if ctx := CurrentContext(appName); ctx != nil {
0 commit comments