cybozu-go / coil

CNI plugin for Kubernetes designed for scalability and extensibility
Apache License 2.0
164 stars 20 forks source link

Use a client that reads directly from a API server when SyncBlocks synchronizes allocated field #161

Closed ysksuzuki closed 3 years ago

ysksuzuki commented 3 years ago

The default client may reads objects from stale cache, and then PoolManager keeps a stale pool. That leads to the error that fails to allocate an address block.

Fix #152