[UX] Improve the "memory utilization too big" message #6222
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
Which component are you using?:
cluster-autoscaler
Is your feature request designed to solve a problem? If so describe the problem this feature should solve.:
On seeing the following message in the log:
one can naturally think that it happens because it's the actual memory usage that is too high and become confused on checking it with
kubectl top node
and seeing very low reported usage, e.g.:...whereas the real reason is that it's the total memory requested, rather than used, by pods, that is too high for considering the node for removal.
A proof that it's a UX issue is that this confusion lead to opening issues in the past, e.g., #2303 (and we don't know how many people just ignored it as a weird quirk and didn't care to open an issue).
Describe the solution you'd like.:
Change the message to get rid of any chance of it being misinterpreted and make it easy to understand how this aspect of CA works without even looking in the docs, e.g.:
There is quite possibly a similar situation with the CPU-related message. If that's the case, it would benefit from such a change too.
The text was updated successfully, but these errors were encountered: