Skip to content

Support retry attempts on add and delete networks on CNI failure

Compare
Choose a tag to compare
@slabastrou slabastrou released this 25 Apr 20:00
· 23 commits to master since this release

When a pod is moved, it is possible that the crio process is not ready to accept network request changes. in these situation, we log the problem and retry up to 5 times to process the change. This might block the event processor queue but we don't want to process any more request until the crio process is ready.