fix-typo-in-daemonset (#7534)
This commit is contained in:
parent
21926145fe
commit
112a6e5928
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue