mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-20 09:33:52 +00:00
Introduce new kubelet volume manager
This commit adds a new volume manager in kubelet that synchronizes volume mount/unmount (and attach/detach, if attach/detach controller is not enabled). This eliminates the race conditions between the pod creation loop and the orphaned volumes loops. It also removes the unmount/detach from the `syncPod()` path so volume clean up never blocks the `syncPod` loop.
This commit is contained in:
@@ -16767,7 +16767,7 @@
|
||||
"items": {
|
||||
"$ref": "v1.UniqueVolumeName"
|
||||
},
|
||||
"description": "List of attachable volume devices in use (mounted) by the node."
|
||||
"description": "List of attachable volumes in use (mounted) by the node."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user