You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Finish implentation of the issue
Test all functions
Have enough logs to trace activities
Notify developers of necessary actions
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: