mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-07 01:40:23 +00:00
Automatic merge from submit-queue Prevent detach before node status update The PR prevents the attach/detach controller from start a detach operation before updating the node status (to remove the volume from the list of attached volumes). Fixes https://github.com/kubernetes/kubernetes/issues/27836