• Jan Safranek's avatar
    Fixed cleanup of persistent volumes. · e90de3f9
    Jan Safranek authored
    Kubelet.cleanupOrphanedVolumes() compares list of volumes mounted to a node
    with list of volumes that are required by pods scheduled on the node
    ("scheduled volume").
    
    Both lists should contain real volumes, i.e. when a pod uses
    PersistentVolumeClaim, the list must contain name of the bound volume instead
    of name of the claim.
    e90de3f9
Name
Last commit
Last update
..
cadvisor Loading commit data...
client Loading commit data...
cm Loading commit data...
config Loading commit data...
container Loading commit data...
dockertools Loading commit data...
envvars Loading commit data...
leaky Loading commit data...
lifecycle Loading commit data...
metrics Loading commit data...
network Loading commit data...
pleg Loading commit data...
pod Loading commit data...
prober Loading commit data...
qos Loading commit data...
rkt Loading commit data...
server Loading commit data...
status Loading commit data...
types Loading commit data...
util Loading commit data...
container_bridge.go Loading commit data...
disk_manager.go Loading commit data...
disk_manager_test.go Loading commit data...
doc.go Loading commit data...
fake_pod_workers.go Loading commit data...
flannel_helper.go Loading commit data...
image_manager.go Loading commit data...
image_manager_test.go Loading commit data...
kubelet.go Loading commit data...
kubelet_test.go Loading commit data...
networks.go Loading commit data...
oom_watcher.go Loading commit data...
oom_watcher_test.go Loading commit data...
pod_workers.go Loading commit data...
pod_workers_test.go Loading commit data...
reason_cache.go Loading commit data...
reason_cache_test.go Loading commit data...
root_context_linux.go Loading commit data...
root_context_unsupported.go Loading commit data...
runonce.go Loading commit data...
runonce_test.go Loading commit data...
runtime.go Loading commit data...
util.go Loading commit data...
volume_manager.go Loading commit data...
volumes.go Loading commit data...