From 9dff778e098ee6bfc1541b32cd8ccfd8a4554cb6 Mon Sep 17 00:00:00 2001 From: Damini Satya Date: Fri, 1 Feb 2019 03:29:15 +0530 Subject: [PATCH] Add Pod Priority to Glossary page (#12461) * Add Pod Priority to Glossary page * change id --- .../en/docs/reference/glossary/pod-priority.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 content/en/docs/reference/glossary/pod-priority.md diff --git a/content/en/docs/reference/glossary/pod-priority.md b/content/en/docs/reference/glossary/pod-priority.md new file mode 100644 index 00000000000..09d1caab15a --- /dev/null +++ b/content/en/docs/reference/glossary/pod-priority.md @@ -0,0 +1,17 @@ +--- +title: Pod Priority +id: pod-priority +date: 2019-01-31 +full_link: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#pod-priority +short_description: > + Pod Priority indicates the importance of a Pod relative to other Pods. + +aka: +tags: +- operation +--- + Pod Priority indicates the importance of a Pod relative to other Pods. + + + +[Pod Priority](https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#pod-priority) gives the ability to set scheduling priority of a Pod to be higher and lower than other Pods — an important feature for production clusters workload.