Skip to content

Commit 1f95dc8

Browse files
sergeyshevchTim Bannister
andauthored
feat: Add PriorityClass in glossary (#45608)
* feat: Add PriorityClass in glossary * fix: Fix review comments * fix: Fix review comments * fix: Fix review comments * Update content/en/docs/reference/glossary/priority-class.md Co-authored-by: Tim Bannister <[email protected]> --------- Co-authored-by: Tim Bannister <[email protected]>
1 parent aab83c3 commit 1f95dc8

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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.

0 commit comments

Comments
 (0)