Skip to content

Commit 36a3e21

Browse files
committed
Added Imagefs inodes default settings in Eviction Hard
1 parent 606a9c7 commit 36a3e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ The kubelet has the following default hard eviction thresholds:
169169
- `nodefs.available<10%`
170170
- `imagefs.available<15%`
171171
- `nodefs.inodesFree<5%` (Linux nodes)
172-
- `imagefs.inodesFree<5%`
172+
- `imagefs.inodesFree<5%` (Linux nodes)
173173

174174
These default values of hard eviction thresholds will only be set if none
175175
of the parameters is changed. If you changed the value of any parameter,

0 commit comments

Comments
 (0)