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
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.
#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.
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
The text was updated successfully, but these errors were encountered: