Skip to content

Commit 99dca7c

Browse files
authored
Merge pull request #49752 from vaibhav2107/config-update
Update the Kubelet Configuation
2 parents 94b01e8 + ad1e23c commit 99dca7c

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,8 @@ they can follow these steps to inspect the kubelet configuration:
244244
"imagefs.available": "15%",
245245
"memory.available": "100Mi",
246246
"nodefs.available": "10%",
247-
"nodefs.inodesFree": "5%"
247+
"nodefs.inodesFree": "5%",
248+
"imagefs.inodesFree": "5%"
248249
},
249250
"evictionPressureTransitionPeriod": "1m0s",
250251
"enableControllerAttachDetach": true,

0 commit comments

Comments
 (0)