-
Notifications
You must be signed in to change notification settings - Fork 724
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
Performance problem about pod informer #1079
Comments
Issue Label Bot is not confident enough to auto-label this issue. See dashboard for more details. |
Thanks for your issue. If you mean And we have filter logic in jc.AddPod, thus the operator will avoid redundant reconcile. Welcome any suggestion and help on it. |
@gaocegege so do you guys have any plan or ideas to solve this? or have you benchmarked to show how severe the problem is? |
Benchmark is here #829 |
@hykych Can you give me more info about your cluster? I think tf-operator will not be the bottleneck. |
/area engprod |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I've seen this informer in the code. Doest it have performance problem since it doesn't filter any kind of pod, when the replicas of tf-operator become larger the api-server will send the same event to each one of tf-operator which brings a lot of pressure to api-server and etcd.
The text was updated successfully, but these errors were encountered: