File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
content/en/docs/reference/glossary Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : PriorityClass
3
+ id : priority-class
4
+ date : 2024-03-19
5
+ full_link : /docs/concepts/scheduling-eviction/pod-priority-preemption/#priorityclass
6
+ short_description : >
7
+ A mapping from a class name to the scheduling priority that a Pod should have.
8
+ aka :
9
+ tags :
10
+ - core-object
11
+ ---
12
+ A PriorityClass is a named class for the scheduling priority that should be assigned to a Pod
13
+ in that class.
14
+
15
+ <!-- more-->
16
+
17
+ A [ PriorityClass] ( /docs/concepts/scheduling-eviction/pod-priority-preemption/#how-to-use-priority-and-preemption )
18
+ is a non-namespaced object mapping a name to an integer priority, used for a Pod. The name is
19
+ specified in the ` metadata.name ` field, and the priority value in the ` value ` field. Priorities range from
20
+ -2147483648 to 1000000000 inclusive. Higher values indicate higher priority.
You can’t perform that action at this time.
0 commit comments