Dan Williams
Dan Williams
Supported as of 4.11 and later. @tssurya @jluhrsen @trozet
As discussed in our maintainers meeting, we believe that libcni should handle plugin cleanup when the timeout passed by the runtime triggers. libcni should send plugins a TERM signal, wait...
We should simplify config loading and provide one recommended function to load configuration that handles all the config/configlist/etc reading and upconverting. This would make things much less confusing for applications....
Spec should clarify whether overlapping ADD/DEL calls for the same Name/ContainerID are allowed or not
CNI spec 0.4x (and possibly earlier) mistakenly specified disableCheck as a string type, while 1.0 cleaned that up to be a real boolean. We should be nice and interpret the...
https://github.com/fabiensanglard/gebbwolf3/blob/master/src/hardware.tex#L601 Integraph -> Intergraph (eg, missing first 'r')
For example, podman does not use a long-running process for handling container sandbox operations. This means that two 'podman stop' calls for the same container can run concurrently and call...
Instead of creating a new Clientset and asking the apiserver for nodes every time, use a shared informer and get nodes from the cache.
Instead of doing a lot of ovs-vsctl in the hotpath of pod setup, create an ovsdb client for the node's vswitch database once at startup, and use that to make...