Refactor node taint conditions

This commit is contained in:
Harry Zhang
2017-08-24 19:59:00 +08:00
parent e190f39112
commit 221db2bd6b
2 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ const (
// When feature-gate for TaintBasedEvictions=true flag is enabled,
// TaintNodeNotReady would be automatically added by node controller
// when node is not ready, and removed when node becomes ready.
TaintNodeNotReady = "node.alpha.kubernetes.io/notReady"
TaintNodeNotReady = "node.kubernetes.io/not-ready"
// When feature-gate for TaintBasedEvictions=true flag is enabled,
// TaintNodeUnreachable would be automatically added by node controller