Skip to content

Commit ad1e23c

Browse files
committed
Update the Kubelet Configuation
1 parent 2214def commit ad1e23c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/en/docs/tasks/administer-cluster/kubelet-config-file.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,8 @@ they can follow these steps to inspect the kubelet configuration:
243243
"imagefs.available": "15%",
244244
"memory.available": "100Mi",
245245
"nodefs.available": "10%",
246-
"nodefs.inodesFree": "5%"
246+
"nodefs.inodesFree": "5%",
247+
"imagefs.inodesFree": "5%"
247248
},
248249
"evictionPressureTransitionPeriod": "1m0s",
249250
"enableControllerAttachDetach": true,

0 commit comments

Comments
 (0)