mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-26 12:27:32 -04:00
Automatic merge from submit-queue 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) |
||
|---|---|---|
| .. | ||
| options | ||
| binder_test.go | ||
| controller.go | ||
| controller_base.go | ||
| controller_test.go | ||
| delete_test.go | ||
| framework_test.go | ||
| index.go | ||
| index_test.go | ||
| OWNERS | ||
| provision_test.go | ||
| recycle_test.go | ||
| volume_host.go | ||