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 97ab108 + 9e9a008 commit b96d386Copy full SHA for b96d386
content/en/docs/reference/command-line-tools-reference/feature-gates/kubelet-separate-disk-gc.md
@@ -9,6 +9,11 @@ stages:
9
- stage: alpha
10
defaultValue: false
11
fromVersion: "1.29"
12
+ toVersion: "1.30"
13
+ - stage: beta
14
+ defaultValue: true
15
+ fromVersion: "1.31"
16
---
-Enable kubelet to garbage collect container images and containers
-even when those are on a separate filesystem.
17
+The split image filesystem feature enables kubelet to perform garbage collection
18
+of images (read-only layers) and/or containers (writeable layers) deployed on
19
+separate filesystems.
0 commit comments