Hello,
First of all, thanks to the maintainers of the NRT plugin, it solves many issues and I am considering using it for mainly providing NUMA awareness to the scheduler. I was wondering if the NRT plugin, the scheduler is also aware of the load at the NUMA node level?
For example, if a worker Node A has two NUMA Nodes and one has a load of 80% CPU and 70% RAM, while the second NUMA node has less load, is it possible to make the scheduler aware of these resource loads at the NUMA node level, not at the global node level as it does by default (without NRT)?
Additionally, is it possible to use Priority classes with this plugin? If I have a pod that has to be scheduled on a given NUMA Node even if other pods have to be preempted or evicted.
I would appreciate any help regarding these two questions :)
Thank you