• 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
..
admin Loading commit data...
api-reference Loading commit data...
design Loading commit data...
devel Loading commit data...
getting-started-guides Loading commit data...
images Loading commit data...
man/man1 Loading commit data...
proposals Loading commit data...
user-guide Loading commit data...
yaml/kubectl Loading commit data...
OWNERS Loading commit data...
README.md Loading commit data...
api.md Loading commit data...
reporting-security-issues.md Loading commit data...
roadmap.md Loading commit data...
troubleshooting.md Loading commit data...
warning.png Loading commit data...
whatisk8s.md Loading commit data...