enable DefaultTolerationSeconds admission controller by default

This commit is contained in:
Kevin
2017-02-21 23:30:05 +08:00
parent f2e234e47f
commit cd427fa4be
22 changed files with 25 additions and 23 deletions

View File

@@ -30,7 +30,7 @@ import (
var (
defaultNotReadyTolerationSeconds = flag.Int64("default-not-ready-toleration-seconds", 300,
"Indicates the tolerationSeconds of the toleration for `notReady:NoExecute`"+
"Indicates the tolerationSeconds of the toleration for notReady:NoExecute"+
" that is added by default to every pod that does not already have such a toleration.")
defaultUnreachableTolerationSeconds = flag.Int64("default-unreachable-toleration-seconds", 300,