cybozu-go / coil

CNI plugin for Kubernetes designed for scalability and extensibility
Apache License 2.0
158 stars 18 forks source link

Fix not to allocate addresses from pools while its pools are deleting #284

Open terassyi opened 2 months ago

terassyi commented 2 months ago

What

Coil allocates addresses from pools while its pools are deleting. This means that even if the pool has deletionTimestamp, coil allocates some address from its pool.

How

We fix not to allocate new addresses from deleting pools.

Checklist