• 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
..
framework Loading commit data...
auth_test.go Loading commit data...
benchmark-controller.json Loading commit data...
client_test.go Loading commit data...
configmap_test.go Loading commit data...
doc.go Loading commit data...
dynamic_client_test.go Loading commit data...
etcd_tools_test.go Loading commit data...
extender_test.go Loading commit data...
garbage_collector_test.go Loading commit data...
kubectl_test.go Loading commit data...
master_benchmark_test.go Loading commit data...
master_test.go Loading commit data...
metrics_test.go Loading commit data...
openshift_test.go Loading commit data...
persistent_volumes_test.go Loading commit data...
pods_test.go Loading commit data...
quota_test.go Loading commit data...
scheduler_test.go Loading commit data...
secret_test.go Loading commit data...
service_account_test.go Loading commit data...
utils.go Loading commit data...