volcano
volcano copied to clipboard
how to set disable 'weight' param for queue setting?
I want to disable 'weight' in queue settings, only use the hard restriction 'capability'.
It is straight when only have hard restriction while soft restriction makes it confused when find out why pods not scheduled, is there any way to disable 'weight' ?
The queue capability is an independent and complete feature set, and it can maximize cluster resource utilization, you can check volcano scheduler logs to find queue's deseved resources and then find why pod not scheduled.
Also you can set queue's spec.reclaimable false to disable queue reclaim and then it will be more intuitive.