File tree Expand file tree Collapse file tree 4 files changed +111
-0
lines changed
content/zh-cn/docs/reference/command-line-tools-reference/feature-gates Expand file tree Collapse file tree 4 files changed +111
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ # Removed from Kubernetes
3
+ title : RotateKubeletClientCertificate
4
+ content_type : feature_gate
5
+
6
+ _build :
7
+ list : never
8
+ render : false
9
+
10
+ stages :
11
+ - stage : beta
12
+ defaultValue : true
13
+ fromVersion : " 1.8"
14
+ toVersion : " 1.18"
15
+ - stage : stable
16
+ defaultValue : true
17
+ fromVersion : " 1.19"
18
+ toVersion : " 1.21"
19
+
20
+ removed : true
21
+ ---
22
+
23
+ <!--
24
+ Enable the rotation of the client TLS certificate on the kubelet.
25
+ See [kubelet configuration](/docs/reference/access-authn-authz/kubelet-tls-bootstrapping/#kubelet-configuration)
26
+ for more details.
27
+ -->
28
+ 启用 kubelet 上客户端 TLS 证书的轮换。
29
+ 更多细节参阅 [ kubelet 配置] ( /zh-cn/docs/reference/access-authn-authz/kubelet-tls-bootstrapping/#kubelet-configuration ) 。
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : RotateKubeletServerCertificate
3
+ content_type : feature_gate
4
+ _build :
5
+ list : never
6
+ render : false
7
+
8
+ stages :
9
+ - stage : alpha
10
+ defaultValue : false
11
+ fromVersion : " 1.7"
12
+ toVersion : " 1.11"
13
+ - stage : beta
14
+ defaultValue : true
15
+ fromVersion : " 1.12"
16
+ ---
17
+
18
+ <!--
19
+ Enable the rotation of the server TLS certificate on the kubelet.
20
+ See [kubelet configuration](/docs/reference/access-authn-authz/kubelet-tls-bootstrapping/#kubelet-configuration)
21
+ for more details.
22
+ -->
23
+ 启用 kubelet 上服务器 TLS 证书的轮换。
24
+ 更多细节参阅 [ kubelet 配置] ( /zh-cn/docs/reference/access-authn-authz/kubelet-tls-bootstrapping/#kubelet-configuration ) 。
Original file line number Diff line number Diff line change
1
+ ---
2
+ # Removed from Kubernetes
3
+ title : RunAsGroup
4
+ content_type : feature_gate
5
+
6
+ _build :
7
+ list : never
8
+ render : false
9
+
10
+ stages :
11
+ - stage : beta
12
+ defaultValue : true
13
+ fromVersion : " 1.14"
14
+ toVersion : " 1.20"
15
+ - stage : stable
16
+ defaultValue : true
17
+ fromVersion : " 1.21"
18
+ toVersion : " 1.22"
19
+
20
+ removed : true
21
+ ---
22
+
23
+ <!--
24
+ Enable control over the primary group ID set on the init processes of containers.
25
+ -->
26
+ 允许控制在容器初始化进程上设置的主组 ID。
Original file line number Diff line number Diff line change
1
+ ---
2
+ # Removed from Kubernetes
3
+ title : RuntimeClass
4
+ content_type : feature_gate
5
+
6
+ _build :
7
+ list : never
8
+ render : false
9
+
10
+ stages :
11
+ - stage : alpha
12
+ defaultValue : false
13
+ fromVersion : " 1.12"
14
+ toVersion : " 1.13"
15
+ - stage : beta
16
+ defaultValue : true
17
+ fromVersion : " 1.14"
18
+ toVersion : " 1.19"
19
+ - stage : stable
20
+ defaultValue : true
21
+ fromVersion : " 1.20"
22
+ toVersion : " 1.24"
23
+
24
+ removed : true
25
+ ---
26
+
27
+ <!--
28
+ Enable the [RuntimeClass](/docs/concepts/containers/runtime-class/) feature for
29
+ selecting container runtime configurations.
30
+ -->
31
+ 启用 [ RuntimeClass] ( /zh-cn/docs/concepts/containers/runtime-class/ ) 特性,
32
+ 用于选择容器运行时配置。
You can’t perform that action at this time.
0 commit comments