Closed flah00 closed 5 years ago
I'm looking at a solution, for deleting jobs, on pre 1.12 k8s clusters. It would be nice if I could kubectl delete job -l drone=job or something similar.
kubectl delete job -l drone=job
let's merge this with #45 where there is some more discussion happening around this. It is planned for the next rc snapshot.
I'm looking at a solution, for deleting jobs, on pre 1.12 k8s clusters. It would be nice if I could
kubectl delete job -l drone=job
or something similar.