kuryr-kubernetes/kuryr_kubernetes/cni/binding
Michał Dulko 9ac4df32e2 Fix kubelet retries issues
When an error happens during kubelet's ADD request kubelet will trigger
a retry. If aforementioned failure happened after the host-side veth
interface was moved into the host netns, all further kubelet retries of
the request will fail with conflict, as it will be impossible to move
another iface of that name into the host netns.

This commit aims to fix the issue by checking for existence of
conflicting interface in the host netns and removing it if needed.

Change-Id: I1596585c8b076d09a7f8c854bb524c2374d804e8
Closes-Bug: 1730644
2018-01-04 19:20:06 +01:00
..
__init__.py Experimental CNI & VIFBridge binding 2016-12-05 18:05:22 +00:00
base.py Support kuryr-daemon when running containerized 2017-12-13 11:45:22 +01:00
bridge.py Fix kubelet retries issues 2018-01-04 19:20:06 +01:00
nested.py Support kuryr-daemon when running containerized 2017-12-13 11:45:22 +01:00