Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify APIs to make the network setup async #6

Open
abhi opened this issue Feb 23, 2018 · 1 comment
Open

Modify APIs to make the network setup async #6

abhi opened this issue Feb 23, 2018 · 1 comment

Comments

@abhi
Copy link
Member

abhi commented Feb 23, 2018

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

@mikebrow
Copy link
Member

mikebrow commented Dec 7, 2021

#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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants