Utilization % doesn't change when nodes are drained
2rs2ts opened this issue · 3 comments
2rs2ts commented
Steps to reproduce:
watch kubectl-view-utilization
kubectl drain
some nodes- you will see that %s don't change, neither does schedulable
I think this might be a flaw in kubernetes itself but maybe there is a workaround?
etopeter commented
Thank you for reporting this issue. Seems like we could use better filtering when it comes to gathering information about available nodes with READY state. In your case you're draining nodes which also cordons them and make them unschedulable. I will add test cases for that and proper patch.
etopeter commented
This is now in Releasev0.2.2. Closing issue.