mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-17 08:20:33 +00:00
Automatic merge from submit-queue Run namespace deletion in background Namespace deletion was not specifying a propagation policy when deleting a single item. This could mean the request would be held while garbage collection orphaned dependents. This switches to propagation policy and sets a policy for both deletecollection and delete calls. helps https://github.com/kubernetes/kubernetes/issues/47135