kubernetes/pkg/controller/persistentvolume
Jan Safranek df161c3a7e Fill controller caches on startup
The controller needs to fill its caches before it starts binding/recycling/
deleting or provisioning volumes and claims. This was done using blocking
initial 'xxx added' from going through syncClaim/syncVolume. However, when
the caches were full, the controller waited for the next sync period to do
actual binding/recycling etc.

In this patch, the controller fills its caches directly from etcd and then
processes initial 'xxx added' events to reconcile the world and bind/recycle/
delete/provision stuff, resulting in faster binding after startup.

Fixes #25967 (properly)
2016-05-30 13:16:45 +02:00
..
options Retry recycle or delete operation on failure. 2016-02-05 17:02:13 +01:00
binder_test.go Big move and rename 2016-05-18 10:06:51 +02:00
controller.go Fill controller caches on startup 2016-05-30 13:16:45 +02:00
controller_base.go Fill controller caches on startup 2016-05-30 13:16:45 +02:00
controller_test.go Fill controller caches on startup 2016-05-30 13:16:45 +02:00
delete_test.go Big move and rename 2016-05-18 10:06:51 +02:00
framework_test.go volume recycler: Don't start a new recycler pod if one already exists. 2016-05-19 12:58:25 +02:00
index.go Merge pull request #25881 from jsafrane/devel/pv-add-cache 2016-05-30 04:13:18 -07:00
index_test.go Merge pull request #25881 from jsafrane/devel/pv-add-cache 2016-05-30 04:13:18 -07:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
provision_test.go Generate shorter provisioned PV names. 2016-05-18 10:06:51 +02:00
recycle_test.go Big move and rename 2016-05-18 10:06:51 +02:00
volume_host.go Big move and rename 2016-05-18 10:06:51 +02:00