cybozu-go / coil

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

Coild doesn't release AddressBlock which is no longer needed #176

Closed ysksuzuki closed 2 years ago

ysksuzuki commented 2 years ago

Describe the bug Coild doesn't release AddressBlock which is no longer needed when it starts-up.

To Reproduce Steps to reproduce the behavior:

  1. Shut down a node where a Pod is running.
  2. Delete the Pod and reschedule it to another node.
  3. Start up the node.
  4. Run kubectl get addressblock and see an AddressBlock which is no longer needed is not released

Expected behavior Coild releases unused AddressBlocks.