Merge pull request #28850 from anubha-v-ardhan/typo1

Fixed typo in node-pressure-eviction.md
This commit is contained in:
Kubernetes Prow Robot
2021-07-08 01:26:54 -07:00
committed by GitHub
@@ -193,7 +193,7 @@ resources based on the filesystems on the node.
If the node has a dedicated `imagefs` filesystem for container runtimes to use,
the kubelet does the following:
* If the `nodefs` filesystem meets the eviction threshlds, the kubelet garbage collects
* If the `nodefs` filesystem meets the eviction thresholds, the kubelet garbage collects
dead pods and containers.
* If the `imagefs` filesystem meets the eviction thresholds, the kubelet
deletes all unused images.