mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-13 19:36:22 +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