kubernetes/pkg/controller/persistentvolume
Jan Safranek 76b6449715 Retry recycle or delete operation on failure.
Recycle controller tries to recycle or delete a PV several times.
It stores count of failed attempts and timestamp of the last attempt in
annotations of the PV.

By default, the controller tries to recycle/delete a PV 3 times in
10 minutes interval. These values are configurable by
kube-controller-manager --pv-recycler-maximum-retry=X --pvclaimbinder-sync-period=Y
arguments.
2016-02-05 17:02:13 +01:00
..
options Retry recycle or delete operation on failure. 2016-02-05 17:02:13 +01:00
persistentvolume_claim_binder_controller_test.go rename legacy to core 2016-02-04 14:26:56 -08:00
persistentvolume_claim_binder_controller.go rename legacy to core 2016-02-04 14:26:56 -08:00
persistentvolume_index_test.go Fixed race condition in pv binder 2015-11-12 13:55:09 -05:00
persistentvolume_provisioner_controller_test.go grep sed 2016-02-03 13:06:07 -08:00
persistentvolume_provisioner_controller.go rename legacy to core 2016-02-04 14:26:56 -08:00
persistentvolume_recycler_controller_test.go Retry recycle or delete operation on failure. 2016-02-05 17:02:13 +01:00
persistentvolume_recycler_controller.go Retry recycle or delete operation on failure. 2016-02-05 17:02:13 +01:00
types.go Add PV.Name to volume tags. 2016-01-04 12:28:02 +01:00