From fd0d0308a55cd128bab84fa1816fe3a6d3283e68 Mon Sep 17 00:00:00 2001 From: Sergey Shevchenko Date: Mon, 25 Mar 2024 19:11:40 +0200 Subject: [PATCH] fix: Fix review comments --- content/en/docs/reference/glossary/priority-class.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/en/docs/reference/glossary/priority-class.md b/content/en/docs/reference/glossary/priority-class.md index 29c78e077c4cb..aa1a789eecac1 100644 --- a/content/en/docs/reference/glossary/priority-class.md +++ b/content/en/docs/reference/glossary/priority-class.md @@ -14,8 +14,6 @@ in that class. -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) \ No newline at end of file