mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-24 08:47:34 +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