From 62e51f86967adc0328e51c9caeb4cccbb4bf3e3f Mon Sep 17 00:00:00 2001 From: XsWack Date: Fri, 27 Oct 2017 06:16:50 +0800 Subject: [PATCH] Add description for Priority admission control plug-in (#6058) --- docs/admin/admission-controllers.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/admin/admission-controllers.md b/docs/admin/admission-controllers.md index 806646a784..631389f234 100644 --- a/docs/admin/admission-controllers.md +++ b/docs/admin/admission-controllers.md @@ -397,6 +397,10 @@ Tolerations to a namespace are assigned via the `scheduler.alpha.kubernetes.io/tolerationsWhitelist` annotation keys. +### Priority + +The priority admission controller uses the `priorityClassName` field and populates the integer value of the priority. If the priority class is not found, the Pod is rejected. + ### ResourceQuota This plug-in will observe the incoming request and ensure that it does not violate any of the constraints