mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-09 12:30:21 +00:00
Automatic merge from submit-queue (batch tested with PRs 62467, 62482, 62211). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Ensure resources created by `run --rm` are cleaned up **Release note**: ```release-note NONE ``` Resources created by `kubectl run --rm ...` are now cleaned up, even in the event of an error. Relevant downstream issue: https://github.com/openshift/origin/issues/13276 cc @soltysh