Relative Content

Tag Archive for kubernetesschedulerpod-priority

Issue with Kubernetes PriorityClass: Low Priority Pod Running Despite High Priority Pods in Queue

I’m currently using Kubernetes version 1.23.15 and I’m encountering an issue with pod prioritization using PriorityClass. I have two PriorityClass defined: low and high.
I want priority to be non preemptive.
All pods that I submit are the same, expect name and priorityClass. They all required resources to avoid Kubernetes to run it all at the same time. I also force them to be on the same node.