fix-typo-in-daemonset (#7534)
This commit is contained in:
@@ -124,7 +124,7 @@ due to hard-coded behavior of the NodeController rather than due to tolerations)
|
|||||||
- `node.kubernetes.io/disk-pressure`
|
- `node.kubernetes.io/disk-pressure`
|
||||||
|
|
||||||
When the support to critical pods is enabled and the pods in a DaemonSet are
|
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.
|
`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.
|
Note that all above `NoSchedule` taints above are created only in version 1.8 or later if the alpha feature `TaintNodesByCondition` is enabled.
|
||||||
|
|||||||
Reference in New Issue
Block a user