From 822e1f5b103efa97e0c0e51c0bee5ed8dc037b8a Mon Sep 17 00:00:00 2001 From: windsonsea Date: Fri, 3 May 2024 09:08:25 +0800 Subject: [PATCH] [zh] Sync feature gates --- .../admission-webhook-match-conditions.md | 6 +++- .../feature-gates/api-self-subject-review.md | 3 +- .../crd-validation-ratcheting.md | 5 ++++ .../feature-gates/hpa-container-metrics.md | 11 ++++++-- .../feature-gates/identify-pod-os.md | 6 +--- .../feature-gates/image-maximum-gc-age.md | 6 +++- .../legacy-service-account-token-clean-up.md | 4 +++ .../new-volume-manager-reconstruction.md | 28 ++++++++----------- .../feature-gates/node-log-query.md | 4 +++ .../feature-gates/pod-host-ips.md | 4 +++ .../service-account-token-jti.md | 5 ++++ .../stable-load-balancer-node-set.md | 5 ++++ ...structured-authentication-configuration.md | 5 ++++ .../structured-authorization-configuration.md | 5 ++++ ...anslate-stream-close-websocket-requests.md | 6 ++-- 15 files changed, 73 insertions(+), 30 deletions(-) diff --git a/content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/admission-webhook-match-conditions.md b/content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/admission-webhook-match-conditions.md index 95badf3d30..f499a0a328 100644 --- a/content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/admission-webhook-match-conditions.md +++ b/content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/admission-webhook-match-conditions.md @@ -12,7 +12,11 @@ stages: toVersion: "1.27" - stage: beta defaultValue: true - fromVersion: "1.28" + fromVersion: "1.28" + toVersion: "1.29" + - stage: stable + defaultValue: true + fromVersion: "1.30" --- -启用 `HorizontalPodAutoscaler` 基于目标 Pod 中单个容器的指标进行扩缩。 +允许 {{< glossary_tooltip text="HorizontalPodAutoscalers" term_id="horizontal-pod-autoscaler" >}} +基于目标 Pod 中单个容器的指标进行扩缩。 diff --git a/content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/identify-pod-os.md b/content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/identify-pod-os.md index 9ada58bf4e..cec5aca1a6 100644 --- a/content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/identify-pod-os.md +++ b/content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/identify-pod-os.md @@ -21,15 +21,11 @@ stages: fromVersion: "1.25" toVersion: "1.26" -removed: true +removed: true --- 允许设置 Pod 的 `os` 字段。这有助于在 API 服务器准入时确定性地辨识 Pod 的 OS。 -在 Kubernetes {{< skew currentVersion >}} 中,`pod.spec.os.name` 的允许值为 -`windows` 和 `linux`。 diff --git a/content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/image-maximum-gc-age.md b/content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/image-maximum-gc-age.md index 619923a606..39acdcf41f 100644 --- a/content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/image-maximum-gc-age.md +++ b/content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/image-maximum-gc-age.md @@ -8,7 +8,11 @@ _build: stages: - stage: alpha defaultValue: false - fromVersion: "1.29" + fromVersion: "1.29" + toVersion: "1.29" + - stage: beta + defaultValue: true + fromVersion: "1.30" --- -在 kubelet 启动期间启用改进的挂载卷的发现。由于这段代码已经进行了重大重构, -我们允许用户不采用这一逻辑,以免 kubelet 在启动时被卡住,或者未能为已终止的 Pod 卸载卷。 +在 kubelet 启动期间启用改进的挂载卷的发现。由于关联的代码已经进行了重大重构, +Kubernetes v1.25 到 v1.29 允许你不采用这一逻辑,以免 kubelet 在启动时被卡住,或者未能为已终止的 Pod 卸载卷。 请注意,此重构是作为 Kubernetes 1.25 中的 `SELinuxMountReadWriteOncePod` Alpha 特性门控的一部分完成的。 - -在 Kubernetes v1.25 之前,kubelet 在启动期间使用不同的默认行为来发现已挂载的卷。 -如果你禁用此特性门控(默认启用),则选择传统的发现方式。 - -在 Kubernetes v1.25 和 v1.26 中,此行为切换是 `SELinuxMountReadWriteOncePod` 特性门控的一部分。 +在 Kubernetes v1.25 和 v1.26 中,此重构行为是 `SELinuxMountReadWriteOncePod` 特性门控的一部分。 diff --git a/content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/node-log-query.md b/content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/node-log-query.md index 8f079a4607..ac30ff3a39 100644 --- a/content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/node-log-query.md +++ b/content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/node-log-query.md @@ -9,6 +9,10 @@ stages: - stage: alpha defaultValue: false fromVersion: "1.27" + toVersion: "1.29" + - stage: beta + defaultValue: false + fromVersion: "1.30" ---