From a6ab6dca21919866beab7107ec8acd2f6fef049c Mon Sep 17 00:00:00 2001 From: Jai Govindani Date: Fri, 30 Apr 2021 13:21:19 +0700 Subject: [PATCH] docs(admission-controllers): update release status of TaintNodesByCondition Signed-off-by: Jai Govindani --- .../docs/reference/access-authn-authz/admission-controllers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/access-authn-authz/admission-controllers.md b/content/en/docs/reference/access-authn-authz/admission-controllers.md index 581c218755..324de2e0dd 100644 --- a/content/en/docs/reference/access-authn-authz/admission-controllers.md +++ b/content/en/docs/reference/access-authn-authz/admission-controllers.md @@ -789,7 +789,7 @@ for more detailed information. ### TaintNodesByCondition {#taintnodesbycondition} -{{< feature-state for_k8s_version="v1.12" state="beta" >}} +{{< feature-state for_k8s_version="v1.17" state="stable" >}} This admission controller {{< glossary_tooltip text="taints" term_id="taint" >}} newly created Nodes as `NotReady` and `NoSchedule`. That tainting avoids a race condition that could cause Pods to be scheduled on new Nodes before their taints were updated to accurately reflect their reported conditions.