Deprecate critical pod annotation

pull/58/head
Bobby (Babak) Salamat 2018-10-26 11:44:43 -07:00
parent a932475bfe
commit 16f3351619
1 changed files with 1 additions and 0 deletions

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.