Add Pod Priority to Glossary page (#12461)

* Add Pod Priority to Glossary page

* change id
This commit is contained in:
Damini Satya 2019-02-01 03:29:15 +05:30 committed by Kubernetes Prow Robot
parent 5174235049
commit 9dff778e09
1 changed files with 17 additions and 0 deletions

View File

@ -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.
<!--more-->
[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.