-
Notifications
You must be signed in to change notification settings - Fork 4k
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
VPA recommender doesn't recommend CPU requests below 10m #6415
Comments
I think the problem is in that line. I tried setting it to |
Hey @dmitrii-sisutech, I'm happy to mark this issue as a feature request. If you want to file a PR for this, I can take a look an review it! /remove-label bug |
@voelzmo: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/remove-kind bug |
/triage accepted |
/area vertical-pod-autoscaler |
Which component are you using?:
vertical-pod-autoscaler
What version of the component are you using?:
Component version: 1.0.0
What k8s version are you using (
kubectl version
)?:kubectl version
OutputWhat environment is this in?:
GKE
What did you expect to happen?:
I expect Recommender to provide CPU recommendations to VPAs less than
10m
when consumption is less than10m
.What happened instead?:
Instead the smallest recommended CPU is
10m
while usage is2-3m
. On the screenshot there're 2 pods:How to reproduce it (as minimally and precisely as possible):
If it's on GKE then if VPA is turned on turn it off in console.
Then
Anything else we need to know?:
Recommender configuration:
I tried also
--pod-recommendation-min-cpu-millicores=5
and--pod-recommendation-min-cpu-millicores=1.0
- didn't change anything. To make sure that parameter works at all tried--pod-recommendation-min-cpu-millicores=50
and it worked.While we stayed with GKE VPA it was setting up CPU recommendations down to
1m
.The text was updated successfully, but these errors were encountered: