Jeremy Simpson
11/09/2022, 7:55 PMwey
11/10/2022, 2:57 AMschedulerName: default-scheduler
), before k8s 1.16, we need to use nebula-scheduler
instead.
The only reason that we created nebula-scheduler(by default not used) was to add the even spread support, which, is now the default spread policy in the default scheduler, and when the constraint cannot be fulfilled, it wont schedule pod.
If, we would like to change schedule policy(when node number is not enough for test purposes), we could change it with:
UnsatisfiableAction: ScheduleAnyway
whose default value was DoNotSchedule
Jeremy Simpson
11/10/2022, 3:41 AMwey
11/10/2022, 4:34 AMdisable the scheduler
do you mean UnsatisfiableAction: ScheduleAnyway
?Jeremy Simpson
11/10/2022, 4:58 AMscheduler.create = false
so it doesn’t create any scheduler podswey
11/10/2022, 5:49 AMnebula-scheduler
it’s actually not used.Jeremy Simpson
11/10/2022, 7:18 AM