Merge pull request #70298 from bsalamat/deprecate_critical_pod

Deprecate critical pod annotation
This commit is contained in:
k8s-ci-robot 2018-10-26 20:24:07 -07:00 committed by GitHub
commit a3eebe9a17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,7 @@ const (
// owner: @vishh
// alpha: v1.5
//
// DEPRECATED - This feature is deprecated by Pod Priority and Preemption as of Kubernetes 1.13.
// Ensures guaranteed scheduling of pods marked with a special pod annotation `scheduler.alpha.kubernetes.io/critical-pod`
// and also prevents them from being evicted from a node.
// Note: This feature is not supported for `BestEffort` pods.