go-cni icon indicating copy to clipboard operation
go-cni copied to clipboard

Modify APIs to make the network setup async

Open abhi opened this issue 7 years ago • 1 comments

Based on discussions we had on decreasing container/pod creation time by doing the network setup in parallel - we can think of callback/ or any async based approach for setting up networks.

cc @crosbymichael

abhi avatar Feb 23 '18 17:02 abhi

#76 runs CNI setup attach for each network in parallel.. the plugins still run in serial on each network, and we still need more work if we are to parallelize the CRI RunPod request ... We might be able to wait on CNI setup to be complete right up until the first pod status request and/or any container request for the pod.. ?? Needs more investigation.

mikebrow avatar Dec 07 '21 21:12 mikebrow