Rather than using delete all when cleaning up after a run, explicitly delete all constructs that might have been created by Weathervane. Let Kubernetes deleted the pods. Note that this change issues a delete for some kinds of objects (such as daemonsets) that are not currently used by Weathervane, but that may be in the future.
Changes in this pull request:
delete all
when cleaning up after a run, explicitly delete all constructs that might have been created by Weathervane. Let Kubernetes deleted the pods. Note that this change issues a delete for some kinds of objects (such as daemonsets) that are not currently used by Weathervane, but that may be in the future.Signed-off-by: Hal Rosenberg hrosenbe@vmware.com