kubernetes/pkg/controller/volume/attachdetach
k8s-merge-robot 99e24da2ff Merge pull request #29077 from saad-ali/fixIssue29051NamespaceDeletion
Automatic merge from submit-queue

Fix "PVC Volume not detached if pod deleted via namespace deletion" issue

Fixes #29051: "PVC Volume not detached if pod deleted via namespace deletion"

This PR:
* Fixes a bug in `desired_state_of_the_world_populator.go` to check the value of `exists` returned by the `podInformer` so that it can delete pods even if the delete event is missed (or fails).
* Reduces the desired state of the world populators sleep period from 5 min to 1 min (reducing the amount of time a volume would remain attached if a volume delete event is missed or fails).
2016-07-20 20:40:32 -07:00
..
cache Reorganize volume controllers and manager 2016-07-01 18:50:25 -07:00
populator Check pod exist in attach controller DSW populator 2016-07-20 01:03:04 -07:00
reconciler Allow mounts to run in parallel for non-attachable 2016-07-19 21:54:26 -07:00
statusupdater Reorganize volume controllers and manager 2016-07-01 18:50:25 -07:00
testing Reorganize volume controllers and manager 2016-07-01 18:50:25 -07:00
attach_detach_controller_test.go Reorganize volume controllers and manager 2016-07-01 18:50:25 -07:00
attach_detach_controller.go Reduce DSW populator sleep period from 5 min to 1 2016-07-20 01:03:04 -07:00
OWNERS Reorganize volume controllers and manager 2016-07-01 18:50:25 -07:00