-
Notifications
You must be signed in to change notification settings - Fork 124
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
[BUG] Attach CNI is very slow in large scale deployment #508
Comments
Also I can see this logs too:
|
Hi @jslouisyou, yes, we are aware of this issue. This feature was recently introduced. It is experimental though. Please give it a try. |
Thanks @mlguerrero12. But It seems that this feature doesn't include v0.8.0 release version and I'm using |
Describe the bug
Hello, whereabouts team.
I'm facing an issue while I'm trying to deploy large scale deployment (e.g. daemonset or deployment with 600 Pods or above) with SR-IOV VFs. When I deployed, I found that
multus
andwhereabouts
takes around 1 minutes to attach CNIs into a Pod, but eventually elapsed some time Pod can't be changed into running state and restarted forever.Here's the event of Pod:
Here's the log from
whereabouts
:I think
whereabouts
runs very slow to assign IP address to CNI. Is there anyway to improve performance ofwhereabouts
? It would be very grateful!Thanks.
Expected behavior
whereabouts
can assign IP address to CNI more faster.To Reproduce
Steps to reproduce the behavior:
daemonset
ordeployment
Environment:
kubectl version
): v1.29.5uname -a
): 5.15.0-78-genericAdditional info / context
Add any other information / context about the problem here.
The text was updated successfully, but these errors were encountered: