-
Notifications
You must be signed in to change notification settings - Fork 35
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
Re-calculate limits with k8s/vertical-pod-autoscaler #5494
Comments
@edwarnicke Can we schedule this for v1.4.0? |
This looks super actual. Many users face tiny limits. /cc @glazychev-art |
Subtasks
|
We started work with this, because many customers report about tiny limits on some components |
Subtasks
|
Recommendations from VPA for 10, 20, 30, 40 NSCs and NSEs (Kernel2Ethernet2Kernel example, dataplane healing disabled) 40 NSCs and NSEs is the maximum at which all 40 pings go normally. If we deploy 50 NSCs and NSEs some pings stop working despite the fact that all requests were successful. @edwarnicke Should we investigate the issue with 50 NSCs and NSEs now? Here are logs from NSM with 50 NSCs and NSEs: |
Our first limits were set in #727
That was good for first step but it is not looking good for now. We still see issues with limits on different systems.
Solution
Re-calcluate limits with https://github.com/kubernetes/autoscaler/tree/master/vertical-pod-autoscaler
The text was updated successfully, but these errors were encountered: