I followed the following instruction on Kubernetes 1.11 but priority and preemption do not work.
I create 2 pods one high-priority (with 100000), another lower priority (0).
I run the low-priority pod to occupy all resources of a single node.
While the low-priority pod is running, I submitted the high-priority pod but the scheduler does not preempt the low-priority.
I tried another experiment to check whether priority works in queueing the pods. However, it does not order the pods in the queue based on priority values.
Is anyone having the same problem?
Do I need to do anything else to enable this feature on Kubernetes 1.11?