kubernetes/pkg/controller/volume
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
..
attachdetach Merge pull request #29077 from saad-ali/fixIssue29051NamespaceDeletion 2016-07-20 20:40:32 -07:00
persistentvolume controller/volume: simplify sync logic in syncUnboundClaim 2016-07-11 19:22:14 -07:00