Skip to content
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

Feature Request: Implement Rounding for CPU Recommendations in VPA #7678

Open
omerap12 opened this issue Jan 9, 2025 · 1 comment · May be fixed by #7682
Open

Feature Request: Implement Rounding for CPU Recommendations in VPA #7678

omerap12 opened this issue Jan 9, 2025 · 1 comment · May be fixed by #7682
Assignees
Labels
area/vertical-pod-autoscaler kind/feature Categorizes issue or PR as related to a new feature.

Comments

@omerap12
Copy link
Member

omerap12 commented Jan 9, 2025

Which component are you using?:
/area vertical-pod-autoscaler

Is your feature request designed to solve a problem? If so describe the problem this feature should solve.:
Currently, the VPA recommender provides CPU recommendations in raw values without rounding, making it difficult to interpret the recommendations.

Describe the solution you'd like.:
Implement a "round CPU" feature that provides CPU recommendations rounded to the nearest unit. For example, users should be able to specify a rounding factor (e.g., --rounding-factor-cpu=50) so that a recommendation like 79m gets rounded to 100m, and a recommendation like 33m could be rounded to 35m or 50m, depending on the rounding factor. The goal is to make the CPU values more user-friendly and easier to configure in Kubernetes specs.

Describe any alternative solutions you've considered.:

Additional context.:
/assign

@omerap12
Copy link
Member Author

omerap12 commented Jan 9, 2025

I adjusted the issue accordingly :)

/retitle Feature Request: Implement Rounding for CPU Recommendations in VPA

@k8s-ci-robot k8s-ci-robot changed the title Feature Request: Add Humanize Feature for CPU Recommendations Feature Request: Implement Rounding for CPU Recommendations in VPA Jan 9, 2025
@omerap12 omerap12 linked a pull request Jan 9, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/vertical-pod-autoscaler kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants