Merge pull request #27820 from jai/jai/fix-27204

docs(admission-controllers): update release status of TaintNodesByCon…
This commit is contained in:
Kubernetes Prow Robot
2021-05-04 11:14:14 -07:00
committed by GitHub
@@ -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.