Skip to content

Commit f90878b

Browse files
committed
[zh-cn] sync feature-gates-removed.md
Signed-off-by: Gao Qian <[email protected]>
1 parent d9ca0d9 commit f90878b

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates-removed.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ In the following table:
113113
| `CronJobControllerV2` | `false` | Alpha | 1.20 | 1.20 |
114114
| `CronJobControllerV2` | `true` | Beta | 1.21 | 1.21 |
115115
| `CronJobControllerV2` | `true` | GA | 1.22 | 1.23 |
116+
| `CSRDuration` | `true` | Beta | 1.22 | 1.23 |
117+
| `CSRDuration` | `true` | GA | 1.24 | 1.25 |
116118
| `CustomPodDNS` | `false` | Alpha | 1.9 | 1.9 |
117119
| `CustomPodDNS` | `true` | Beta| 1.10 | 1.13 |
118120
| `CustomPodDNS` | `true` | GA | 1.14 | 1.16 |
@@ -208,6 +210,9 @@ In the following table:
208210
| `PodDisruptionBudget` | `false` | Alpha | 1.3 | 1.4 |
209211
| `PodDisruptionBudget` | `true` | Beta | 1.5 | 1.20 |
210212
| `PodDisruptionBudget` | `true` | GA | 1.21 | 1.25 |
213+
| `PodOverhead` | `false` | Alpha | 1.16 | 1.17 |
214+
| `PodOverhead` | `true` | Beta | 1.18 | 1.23 |
215+
| `PodOverhead` | `true` | GA | 1.24 | 1.25 |
211216
| `PodPriority` | `false` | Alpha | 1.8 | 1.10 |
212217
| `PodPriority` | `true` | Beta | 1.11 | 1.13 |
213218
| `PodPriority` | `true` | GA | 1.14 | 1.18 |
@@ -226,7 +231,7 @@ In the following table:
226231
| `ResourceQuotaScopeSelectors` | `true` | GA | 1.17 | 1.18 |
227232
| `RootCAConfigMap` | `false` | Alpha | 1.13 | 1.19 |
228233
| `RootCAConfigMap` | `true` | Beta | 1.20 | 1.20 |
229-
| `RootCAConfigMap` | `true` | GA | 1.21 | 1.12 |
234+
| `RootCAConfigMap` | `true` | GA | 1.21 | 1.22 |
230235
| `RotateKubeletClientCertificate` | `true` | Beta | 1.8 | 1.18 |
231236
| `RotateKubeletClientCertificate` | `true` | GA | 1.19 | 1.21 |
232237
| `RunAsGroup` | `true` | Beta | 1.14 | 1.20 |
@@ -528,6 +533,9 @@ In the following table:
528533
This field controls whether volumes created by a CSIDriver support volume ownership
529534
and permission modifications when these volumes are mounted.
530535
536+
- `CSRDuration`: Allows clients to request a duration for certificates issued
537+
via the Kubernetes CSR API.
538+
531539
- `ConfigurableFSGroupPolicy`: Allows user to configure volume permission change policy
532540
for fsGroups when mounting a volume in a Pod. See
533541
[Configure volume permission and ownership change policy for Pods](/docs/tasks/configure-pod-container/security-context/#configure-volume-permission-and-ownership-change-policy-for-pods)
@@ -540,6 +548,8 @@ In the following table:
540548
- `CSIVolumeFSGroupPolicy`:允许 CSIDrivers 使用 `fsGroupPolicy` 字段。
541549
该字段能控制由 CSIDriver 创建的卷在挂载这些卷时是否支持卷所有权和权限修改。
542550

551+
- `CSRDuration`:允许客户端为通过 Kubernetes CSR API 签署的证书申请有效期限。
552+
543553
- `ConfigurableFSGroupPolicy`:在 Pod 中挂载卷时,允许用户为 fsGroup
544554
配置卷访问权限和属主变更策略。请参见
545555
[为 Pod 配置卷访问权限和属主变更策略](/zh-cn/docs/tasks/configure-pod-container/security-context/#configure-volume-permission-and-ownership-change-policy-for-pods)
@@ -778,6 +788,9 @@ In the following table:
778788
779789
- `PodDisruptionBudget`: Enable the [PodDisruptionBudget](/docs/tasks/run-application/configure-pdb/) feature.
780790
791+
- `PodOverhead`: Enable the [PodOverhead](/docs/concepts/scheduling-eviction/pod-overhead/)
792+
feature to account for pod overheads.
793+
781794
- `PodPriority`: Enable the descheduling and preemption of Pods based on their
782795
[priorities](/docs/concepts/scheduling-eviction/pod-priority-preemption/).
783796
@@ -790,6 +803,9 @@ In the following table:
790803

791804
- `PodDisruptionBudget`:启用 [PodDisruptionBudget](/zh-cn/docs/tasks/run-application/configure-pdb/) 功能特性。
792805

806+
- `PodOverhead`:启用 [PodOverhead](/zh-cn/docs/concepts/scheduling-eviction/pod-overhead/)
807+
特性以计算 Pod 开销。
808+
793809
- `PodPriority`:启用根据[优先级](/zh-cn/docs/concepts/scheduling-eviction/pod-priority-preemption/)
794810
的 Pod 调度和抢占。
795811

0 commit comments

Comments
 (0)