Symbol ")" is redundant (#3728)

Symbol ")" is redundant
This commit is contained in:
zhangmingld
2017-05-13 02:06:36 +08:00
committed by Andrew Chen
parent a32d30c107
commit 1779addc8d
@@ -395,7 +395,7 @@ is enabled (you can do this by including `TaintBasedEvictions=true` in `--featur
`--feature-gates=FooBar=true,TaintBasedEvictions=true`), the taints are automatically `--feature-gates=FooBar=true,TaintBasedEvictions=true`), the taints are automatically
added by the NodeController and the normal logic for evicting pods from nodes added by the NodeController and the normal logic for evicting pods from nodes
based on the Ready NodeCondition is disabled. based on the Ready NodeCondition is disabled.
(Note: To maintain the existing [rate limiting](https://kubernetes.io/docs/admin/node/#node-controller)) (Note: To maintain the existing [rate limiting](https://kubernetes.io/docs/admin/node/#node-controller)
behavior of pod evictions due to node problems, the system actually adds the taints behavior of pod evictions due to node problems, the system actually adds the taints
in a rate-limited way. This prevents massive pod evictions in scenarios such in a rate-limited way. This prevents massive pod evictions in scenarios such
as the master becoming partitioned from the nodes.) as the master becoming partitioned from the nodes.)