Files
kubernetes/pkg/kubelet
saadali 542f2dc708 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.
2016-06-15 09:34:08 -07:00
..
2016-06-10 16:49:16 -04:00
2016-05-06 12:11:29 -04:00
2016-04-29 17:12:10 -04:00
2016-05-05 14:34:49 -07:00
2015-11-25 09:43:48 +01:00
2016-03-02 20:46:32 -05:00
2016-05-12 19:17:08 -04:00
2016-05-12 19:17:08 -04:00
2016-06-03 16:33:36 +08:00