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
This is a similar issue as #1013 (which is for the bridge plugin).
In particular, implementing GC may be useful in case of a leaked IPAM reservation. This seems very much in line with the specification for GC:
The GC verb allows runtimes to specify the set of known-good attachments, allowing plugins to clean up stale and leaked resources such as IPAM reservations.
CNI plugins that invoke host-local directly for IPAM would be able to rely on this for their own GC implementation.
The text was updated successfully, but these errors were encountered:
This is a similar issue as #1013 (which is for the bridge plugin).
In particular, implementing
GC
may be useful in case of a leaked IPAM reservation. This seems very much in line with the specification forGC
:CNI plugins that invoke host-local directly for IPAM would be able to rely on this for their own
GC
implementation.The text was updated successfully, but these errors were encountered: