Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
4 tasks
terassyi opened this issue Apr 24, 2024 · 0 comments
Open
4 tasks

Comments

@terassyi
Copy link
Contributor

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

  • Finish implentation of the issue
  • Test all functions
  • Have enough logs to trace activities
  • Notify developers of necessary actions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant