line 77, ',' -> ',' (#12103)

',' is a fullwidth character which is not usually used in English language but in Chinese/Japanese etc.
This commit is contained in:
Yaoyang
2019-01-16 09:37:27 +08:00
committed by Kubernetes Prow Robot
parent 0ca5d446d9
commit d3497844cb
@@ -74,7 +74,7 @@ the `Terminating` or `Unknown` state. In cases where Kubernetes cannot deduce fr
permanently left a cluster, the cluster administrator may need to delete the node object by hand. Deleting the node object from
Kubernetes causes all the Pod objects running on the node to be deleted from the apiserver, and frees up their names.
In version 1.12, `TaintNodesByCondition` feature is promoted to betaso node lifecycle controller automatically creates
In version 1.12, `TaintNodesByCondition` feature is promoted to beta, so node lifecycle controller automatically creates
[taints](/docs/concepts/configuration/taint-and-toleration/) that represent conditions.
Similarly the scheduler ignores conditions when considering a Node; instead
it looks at the Node's taints and a Pod's tolerations.