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.
1 parent 2214def commit ad1e23cCopy full SHA for ad1e23c
content/en/docs/tasks/administer-cluster/kubelet-config-file.md
@@ -243,7 +243,8 @@ they can follow these steps to inspect the kubelet configuration:
243
"imagefs.available": "15%",
244
"memory.available": "100Mi",
245
"nodefs.available": "10%",
246
- "nodefs.inodesFree": "5%"
+ "nodefs.inodesFree": "5%",
247
+ "imagefs.inodesFree": "5%"
248
},
249
"evictionPressureTransitionPeriod": "1m0s",
250
"enableControllerAttachDetach": true,
0 commit comments