From 7ff6bbb225d735339155f81f1f6dcef82b6c13c0 Mon Sep 17 00:00:00 2001 From: Sergey Shevchenko Date: Mon, 1 Apr 2024 18:04:48 +0300 Subject: [PATCH] Update content/en/docs/reference/glossary/priority-class.md Co-authored-by: Tim Bannister --- content/en/docs/reference/glossary/priority-class.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/docs/reference/glossary/priority-class.md b/content/en/docs/reference/glossary/priority-class.md index aa1a789eecac1..612a43449be90 100644 --- a/content/en/docs/reference/glossary/priority-class.md +++ b/content/en/docs/reference/glossary/priority-class.md @@ -14,6 +14,7 @@ in that class. -[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 +A [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, used for a Pod. 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.