-
Notifications
You must be signed in to change notification settings - Fork 690
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
Number of underutilized nodes is inaccurate #702
Comments
Hi @tomsunyu It's been proposed to add a new option for the NodeUtilization strategies to use metrics to evict based on actual usage, though no one has had the availability to implement this yet. There is also the issue that doing so would require using a custom scheduler that also schedules pods based on actual usage (rather than requests), otherwise there will be a conflict between the scheduler and descheduler. Instead, the recommended best practice is to ensure your pod's requests and limits are close to their actual usage and experiment with modifying these values if not. We are however open to any proposed implementation of metrics-based descheduling. See related discussion in #225, #437, #270, #118, #90. Because of these, I'm going to close this as a duplicate. Please feel free to follow up discussion in one of the other open issues on this topic. Thank you! |
@damemi: Closing this issue. 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. |
My descheduler policy:
View descheduler logs:
I read the log carefully and found that the node cpu and memory utilization obtained by desheduler are inaccurate.
The following are the node cpu and memory utilization obtained through kubelet
The text was updated successfully, but these errors were encountered: