Skip to content

Commit 51e89f1

Browse files
authored
Merge pull request #30913 from killerkc12/remove-docker-from-node-pressure
Remove docker from Node-pressure Eviction
2 parents 9324262 + 5de2a04 commit 51e89f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/scheduling-eviction/node-pressure-eviction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@ so the above scenario will not apply if the node is, for example, under `DiskPre
234234

235235
`Guaranteed` pods are guaranteed only when requests and limits are specified for
236236
all the containers and they are equal. These pods will never be evicted because
237-
of another pod's resource consumption. If a system daemon (such as `kubelet`,
238-
`docker`, and `journald`) is consuming more resources than were reserved via
237+
of another pod's resource consumption. If a system daemon (such as `kubelet`
238+
and `journald`) is consuming more resources than were reserved via
239239
`system-reserved` or `kube-reserved` allocations, and the node only has
240240
`Guaranteed` or `Burstable` pods using less resources than requests left on it,
241241
then the kubelet must choose to evict one of these pods to preserve node stability

0 commit comments

Comments
 (0)