Skip to content

Commit 3fa0e43

Browse files
authored
Merge pull request #48698 from asa3311/sync-zh-160
[zh] Sync 6 feature gates
2 parents 26b3b84 + db5330f commit 3fa0e43

File tree

6 files changed

+45
-15
lines changed

6 files changed

+45
-15
lines changed

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/anonymous-auth-configurable-endpoints.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ stages:
1212
---
1313

1414
<!--
15-
Enable [configurable endpoints for anonymous auth](/docs/reference/access-authn-authz/authentication/#anonymous-authenticator-configuration)
16-
for the API server.
15+
Enable configuring anonymous authentication / authorization for only certain API server endpoints.
1716
-->
18-
API 服务器启用[可配置的匿名身份认证端点](/zh-cn/docs/reference/access-authn-authz/authentication/#anonymous-authenticator-configuration)
17+
允许只对特定 API 服务器端点来配置匿名身份验证/鉴权

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/csi-migration-portworx.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ stages:
1313
- stage: beta
1414
defaultValue: false
1515
fromVersion: "1.25"
16+
toVersion: "1.30"
17+
- stage: beta
18+
defaultValue: true
19+
fromVersion: "1.31"
1620
---
1721
<!--
1822
Enables shims and translation logic to route volume operations

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/disable-cloud-providers.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,24 @@ stages:
1212
toVersion: "1.28"
1313
- stage: beta
1414
defaultValue: true
15-
fromVersion: "1.29"
15+
fromVersion: "1.29"
16+
toVersion": "1.30"
17+
- stage: stable
18+
defaultValue: true
19+
fromVersion: "1.31"
20+
1621
---
1722
<!--
18-
Disables any functionality in `kube-apiserver`,
19-
`kube-controller-manager` and `kubelet` related to the `--cloud-provider`
20-
component flag.
23+
Enabling this feature gate deactivated functionality in `kube-apiserver`,
24+
`kube-controller-manager` and `kubelet` that related to the `--cloud-provider`
25+
command line argument.
26+
27+
In Kubernetes v1.31 and later, the only valid values for `--cloud-provider`
28+
are the empty string (no cloud provider integration), or "external"
29+
(integration via a separate cloud-controller-manager).
2130
-->
22-
禁用 `kube-apiserver``kube-controller-manager`
23-
`kubelet` 中与 `--cloud-provider` 组件标志相关的所有功能。
31+
启用此特性门控会取消新激活 `kube-apiserver``kube-controller-manager``kubelet` 中与
32+
`--cloud-provider` 命令行参数相关的功能。
33+
34+
在 Kubernetes v1.31 及更高版本中,`--cloud-provider`
35+
的唯一有效值为空字符串(没有云驱动集成组件)或 "external"(通过独立的 cloud-controller-manager 进行集成)。

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/disable-kubelet-cloud-credential-providers.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,16 @@ stages:
1313
- stage: beta
1414
defaultValue: true
1515
fromVersion: "1.29"
16+
toVersion: "1.30"
17+
- stage: stable
18+
defaultValue: true
19+
fromVersion: "1.31"
20+
1621
---
1722
<!--
18-
Disable the in-tree functionality in kubelet
19-
to authenticate to a cloud provider container registry for image pull credentials.
23+
Enabling the feature gate deactivated the legacy in-tree functionality within the
24+
kubelet, that allowed the kubelet to to authenticate to a cloud provider container registry
25+
for container image pulls.
2026
-->
21-
禁用 kubelet 中为拉取镜像内置的凭据机制
22-
该凭据用于向云提供商的容器镜像仓库进行身份认证
27+
启用此特性门控将停用 kubelet 中旧版的树内功能
28+
该功能原本允许 kubelet 对云提供商的容器仓库进行身份验证以拉取容器镜像

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/proc-mount-type.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,15 @@ stages:
99
- stage: alpha
1010
defaultValue: false
1111
fromVersion: "1.12"
12+
toVersion: "1.30"
13+
- stage: beta
14+
defaultValue: false
15+
fromVersion: "1.31"
1216
---
1317

1418
<!--
1519
Enables control over the type proc mounts for containers
16-
by setting the `procMount` field of a SecurityContext.
20+
by setting the `procMount` field of a Pod's `securityContext`.
1721
-->
18-
允许容器通过设置 SecurityContext`procMount` 字段来控制对
22+
允许容器通过设置 Pod 的 `securityContext``procMount` 字段来控制对
1923
proc 类型的挂载方式。

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/retry-generate-name.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ stages:
99
- stage: alpha
1010
defaultValue: false
1111
fromVersion: "1.30"
12+
toVersion: "1.30"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.31"
16+
1217
---
1318

1419
<!--

0 commit comments

Comments
 (0)