Skip to content

Commit 7462297

Browse files
authored
Merge pull request #26276 from shahincsejnu/master
solved issue #26274
2 parents 072d4b4 + 61a05b1 commit 7462297

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/workloads/controllers/daemonset.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ the related features.
147147
| ---------------------------------------- | ---------- | ------- | ----------- |
148148
| `node.kubernetes.io/not-ready` | NoExecute | 1.13+ | DaemonSet pods will not be evicted when there are node problems such as a network partition. |
149149
| `node.kubernetes.io/unreachable` | NoExecute | 1.13+ | DaemonSet pods will not be evicted when there are node problems such as a network partition. |
150-
| `node.kubernetes.io/disk-pressure` | NoSchedule | 1.8+ | |
151-
| `node.kubernetes.io/memory-pressure` | NoSchedule | 1.8+ | |
150+
| `node.kubernetes.io/disk-pressure` | NoSchedule | 1.8+ | DaemonSet pods tolerate disk-pressure attributes by default scheduler. |
151+
| `node.kubernetes.io/memory-pressure` | NoSchedule | 1.8+ | DaemonSet pods tolerate memory-pressure attributes by default scheduler. |
152152
| `node.kubernetes.io/unschedulable` | NoSchedule | 1.12+ | DaemonSet pods tolerate unschedulable attributes by default scheduler. |
153153
| `node.kubernetes.io/network-unavailable` | NoSchedule | 1.12+ | DaemonSet pods, who uses host network, tolerate network-unavailable attributes by default scheduler. |
154154

0 commit comments

Comments
 (0)