[go: nahoru, domu]

Skip to content

Commit

Permalink
Add minimum and maximum values for PriorityClass
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Bannister <tim@scalefactory.com>
  • Loading branch information
dipesh-rawat and sftim committed Feb 23, 2023
1 parent 4df5efb commit bee8fec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ and it cannot be prefixed with `system-`.
A PriorityClass object can have any 32-bit integer value smaller than or equal
to 1 billion. This means that the range of values for a PriorityClass object is
from -2147483648 to 1000000000 inclusive. Larger numbers are reserved for
critical system Pods that should not normally be preempted or evicted. A cluster
built-in PriorityClasses that represent critical system Pods. A cluster
admin should create one PriorityClass object for each such mapping that they want.

PriorityClass also has two optional fields: `globalDefault` and `description`.
Expand Down

0 comments on commit bee8fec

Please sign in to comment.