Unverified Commit a3eebe9a authored by k8s-ci-robot's avatar k8s-ci-robot Committed by GitHub

Merge pull request #70298 from bsalamat/deprecate_critical_pod

Deprecate critical pod annotation
parents 7b5705c6 16f33516
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment