File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
content/en/docs/concepts/scheduling-eviction Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -63,9 +63,10 @@ The name of a PriorityClass object must be a valid
63
63
and it cannot be prefixed with ` system- ` .
64
64
65
65
A PriorityClass object can have any 32-bit integer value smaller than or equal
66
- to 1 billion. Larger numbers are reserved for critical system Pods that should
67
- not normally be preempted or evicted. A cluster admin should create one
68
- PriorityClass object for each such mapping that they want.
66
+ to 1 billion. This means that the range of values for a PriorityClass object is
67
+ from -2147483648 to 1000000000 inclusive. Larger numbers are reserved for
68
+ built-in PriorityClasses that represent critical system Pods. A cluster
69
+ admin should create one PriorityClass object for each such mapping that they want.
69
70
70
71
PriorityClass also has two optional fields: ` globalDefault ` and ` description ` .
71
72
The ` globalDefault ` field indicates that the value of this PriorityClass should
You can’t perform that action at this time.
0 commit comments