• saadali's avatar
    Introduce new kubelet volume manager · 542f2dc7
    saadali authored
    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.
    542f2dc7
Name
Last commit
Last update
..
options Loading commit data...
OWNERS Loading commit data...
binder_test.go Loading commit data...
controller.go Loading commit data...
controller_base.go Loading commit data...
controller_test.go Loading commit data...
delete_test.go Loading commit data...
framework_test.go Loading commit data...
index.go Loading commit data...
index_test.go Loading commit data...
provision_test.go Loading commit data...
recycle_test.go Loading commit data...
volume_host.go Loading commit data...