-
Notifications
You must be signed in to change notification settings - Fork 459
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] Initialization of nodes is too slow when adding new nodes or restarting kube-ovn-controller in a large-scale cluster #4538
Comments
Hey there, @cmdy! I'm here to help you with any bugs, questions, or contributions you have in mind. Let me know how I can assist you! To address the issue of slow node initialization when adding new nodes or restarting
For more details, you can refer to the following sources:
Additionally, you might find it useful to review similar issues that have been discussed previously: |
Thanks for the information! Could you please try this patch for the latest v1.12 version? |
I have adjusted this method locally and tested it. I will merge this patch after testing. |
Kube-OVN Version
v1.12.21
Kubernetes Version
v1.28.11
Operation-system/Kernel Version
"CentOS Linux 7 (Core)"
6.6.35-2406.el7.bzl.x86_64
Description
In large-scale cluster (node 1045, subnet 101), when adding nodes in batches, the node readiness time is too long. Through monitoring, we can see that the AddNode work queue latency has reached the hour level.
![image](https://private-user-images.githubusercontent.com/20875408/368942825-f8173940-b398-4c0a-9c84-3b3195698e04.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMzYxMzMsIm5iZiI6MTczOTIzNTgzMywicGF0aCI6Ii8yMDg3NTQwOC8zNjg5NDI4MjUtZjgxNzM5NDAtYjM5OC00YzBhLTljODQtM2IzMTk1Njk4ZTA0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDAxMDM1M1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTU1NzAxNjhiOTdkNGFjMGIyZjk4M2IxNzRlOTgzMzUwMTQ0Yzc3MmFkODBiOGM2MGUzNzYwYzA4ZTZhYzY3MzMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.-cT7lVqLIpt2KXbJK9EL1n2c53CvK31ZmRy4vVH9keo)
Steps To Reproduce
Current Behavior
The time it takes to add a new node to be ready is too long
Expected Behavior
New nodes are ready quickly
The text was updated successfully, but these errors were encountered: