Is there a way to configure Kube-Scheduler to use only certain percentage of capacity on nodes? For example, I want scheduler to stop scheduling pods on nodes that have 70% of their memory and CPU resources utilized.
Based on the scheduling policies documentation, PodFitsResources predicate seems to fit closest to my requirement. However, is there a way to configure this predicate such that after 70% resources are consumed this node is unavailable during scheduler filtering?