We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94b01e8 + ad1e23c commit 99dca7cCopy full SHA for 99dca7c
content/en/docs/tasks/administer-cluster/kubelet-config-file.md
@@ -244,7 +244,8 @@ they can follow these steps to inspect the kubelet configuration:
244
"imagefs.available": "15%",
245
"memory.available": "100Mi",
246
"nodefs.available": "10%",
247
- "nodefs.inodesFree": "5%"
+ "nodefs.inodesFree": "5%",
248
+ "imagefs.inodesFree": "5%"
249
},
250
"evictionPressureTransitionPeriod": "1m0s",
251
"enableControllerAttachDetach": true,
0 commit comments