fix-typo-in-daemonset (#7534)

This commit is contained in:
Kay Yan 2018-02-28 03:24:45 +08:00 committed by k8s-ci-robot
parent 21926145fe
commit 112a6e5928
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ due to hard-coded behavior of the NodeController rather than due to tolerations)
- `node.kubernetes.io/disk-pressure`
When the support to critical pods is enabled and the pods in a DaemonSet are
labelled as critical, the Daemon pods are created with an additional
labeled as critical, the Daemon pods are created with an additional
`NoSchedule` toleration for the `node.kubernetes.io/out-of-disk` taint.
Note that all above `NoSchedule` taints above are created only in version 1.8 or later if the alpha feature `TaintNodesByCondition` is enabled.