Open tnqn opened 6 months ago
It would be nice if GC was implemented for the host-local plugin. It could essentially replace this custom code that we had to write: https://github.com/antrea-io/antrea/blob/main/pkg/agent/cniserver/ipam/hostlocal/gc.go I opened an issue for this: https://github.com/containernetworking/plugins/issues/1047
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment, or this will be closed in 90 days
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment, or this will be closed in 90 days. You can add a label "lifecycle/frozen" to skip stale checking.
Describe what you are trying to solve
CNI v1.2.0 adds two new verbs:
If runtimes have supported them, we could consider implementing them to better integrate with runtimes.