Skip to content

Commit 07ef8ae

Browse files
authored
Merge pull request #46147 from windsonsea/feagar
[zh] Add 4 feature-gates: r*.md
2 parents 59b8704 + 0a1ff13 commit 07ef8ae

File tree

4 files changed

+111
-0
lines changed

4 files changed

+111
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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)
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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)
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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。
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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+
用于选择容器运行时配置。

0 commit comments

Comments
 (0)