Skip to content

HPA: Improve pod selection accuracy across workload types #5325

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

Open
4 tasks
omerap12 opened this issue May 21, 2025 · 1 comment
Open
4 tasks

HPA: Improve pod selection accuracy across workload types #5325

omerap12 opened this issue May 21, 2025 · 1 comment
Labels
sig/autoscaling Categorizes an issue or PR as relevant to SIG Autoscaling.

Comments

@omerap12
Copy link
Member

omerap12 commented May 21, 2025

Enhancement Description

HPA may include metrics from unrelated pods if they share the same labels as the target workload. This can cause incorrect scaling, such as staying at maxReplicas even when real usage is low. This proposal updates the HPA to only use pods directly managed by the target workload, avoiding incorrect metrics and improving scaling accuracy.

Please keep this description up to date. This will help the Enhancement Team to track the evolution of the enhancement efficiently.

@k8s-ci-robot k8s-ci-robot added the needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. label May 21, 2025
@omerap12
Copy link
Member Author

/sig autoscaling

@k8s-ci-robot k8s-ci-robot added sig/autoscaling Categorizes an issue or PR as relevant to SIG Autoscaling. and removed needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. labels May 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sig/autoscaling Categorizes an issue or PR as relevant to SIG Autoscaling.
Projects
None yet
Development

No branches or pull requests

2 participants