From 16f3351619e1a1e1b64f422e14fb11c4e1675ead Mon Sep 17 00:00:00 2001 From: "Bobby (Babak) Salamat" Date: Fri, 26 Oct 2018 11:44:43 -0700 Subject: [PATCH] Deprecate critical pod annotation --- pkg/features/kube_features.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/features/kube_features.go b/pkg/features/kube_features.go index 52b359864db..cbfbe76f12a 100644 --- a/pkg/features/kube_features.go +++ b/pkg/features/kube_features.go @@ -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.