Skip to content

Commit

Permalink
fix: Fix review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyshevch committed Mar 25, 2024
1 parent 0b26de8 commit fd0d030
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions content/en/docs/reference/glossary/priority-class.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ in that class.

<!--more-->

The PriorityClass is a non-namespaced object mapping a name to an integer priority. The name is
[The PriorityClass](/docs/concepts/scheduling-eviction/pod-priority-preemption/#how-to-use-priority-and-preemption) is a non-namespaced object mapping a name to an integer priority. The name is
specified in the `metadata.name` field, and the priority value in the `value` field. Priorities range from
-2147483648 to 1000000000 inclusive. Higher values indicate higher priority.

* [PriorityClass in the Kubernetes documentation](/docs/concepts/scheduling-eviction/pod-priority-preemption/#how-to-use-priority-and-preemption)

0 comments on commit fd0d030

Please sign in to comment.