We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0cc998 + f525359 commit 5c79419Copy full SHA for 5c79419
content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/kubelet-separate-disk-gc.md
@@ -9,10 +9,15 @@ 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
---
17
18
<!--
-Enable kubelet to garbage collect container images and containers
-even when those are on a separate filesystem.
19
+The split image filesystem feature enables kubelet to perform garbage collection
20
+of images (read-only layers) and/or containers (writeable layers) deployed on
21
+separate filesystems.
22
-->
-启用 kubelet,即使在容器镜像和容器位于独立文件系统的情况下,也能进行垃圾回收。
23
+分离镜像文件系统特性使 kubelet 能够对部署在不同文件系统上的镜像(只读层)和/或容器(可写层)执行垃圾回收。
0 commit comments