Skip to content

Commit 11d3846

Browse files
authored
Merge pull request #50634 from windsonsea/feagar
[zh] Sync feature-gates/R*.md to S*.md
2 parents 71ff839 + a13abe3 commit 11d3846

12 files changed

+103
-4
lines changed

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/RecursiveReadOnlyMounts.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: true
1515
fromVersion: "1.31"
16+
toVersion: "1.32"
17+
- stage: stable
18+
defaultValue: true
19+
fromVersion: "1.33"
1620
---
1721

1822
<!--
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: ReduceDefaultCrashLoopBackOffDecay
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.33"
12+
---
13+
14+
<!--
15+
Enabled reduction of both the initial delay and the maximum delay accrued
16+
between container restarts for a node for containers in `CrashLoopBackOff`
17+
across the cluster to `1s` initial delay and `60s` maximum delay.
18+
-->
19+
允许减少节点上容器在 `CrashLoopBackOff` 状态下重启时出现的初始延迟和最大延迟,
20+
可以在整个集群将初始延迟设置为 `1s`,最大延迟设置为 `60s`

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ stages:
99
- stage: alpha
1010
defaultValue: false
1111
fromVersion: "1.32"
12+
toVersion: "1.32"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.33"
1216
---
1317

1418
<!--

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

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

1418
<!--

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ stages:
99
- stage: alpha
1010
defaultValue: false
1111
fromVersion: "1.32"
12+
toVersion: "1.32"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.33"
1216
---
1317

1418
<!--
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: SchedulerPopFromBackoffQ
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
8+
stages:
9+
- stage: beta
10+
defaultValue: true
11+
fromVersion: "1.33"
12+
---
13+
14+
<!--
15+
Improves scheduling queue behavior by popping pods from the backoffQ when the activeQ is empty.
16+
This allows to process potentially schedulable pods ASAP, eliminating a penalty effect of the backoff queue.
17+
-->
18+
通过在 activeQ 为空时从 backoffQ 中弹出 Pod,以改善调度队列的行为。
19+
这可以尽快处理潜在可调度的 Pod,消除回退队列的惩罚效应。

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ _build:
66
render: false
77

88
stages:
9-
- stage: alpha
9+
- stage: alpha
1010
defaultValue: false
1111
fromVersion: "1.22"
1212
toVersion: "1.24"
1313
- stage: beta
1414
defaultValue: true
15-
fromVersion: "1.25"
16-
toVersion: "1.26"
15+
fromVersion: "1.25"
16+
toVersion: "1.26"
1717
- stage: stable
1818
defaultValue: true
1919
fromVersion: "1.27"
20-
toVersion: "1.28"
20+
toVersion: "1.28"
2121

2222
removed: true
2323
---

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/ServiceAccountTokenNodeBinding.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: true
1515
fromVersion: "1.31"
16+
toVersion: "1.32"
17+
- stage: stable
18+
defaultValue: true
19+
fromVersion: "1.33"
1620
---
1721

1822
<!--

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ stages:
1414
- stage: beta
1515
defaultValue: true
1616
fromVersion: "1.31"
17+
toVersion: "1.32"
18+
- stage: stable
19+
defaultValue: true
20+
fromVersion: "1.33"
1721
---
1822

1923
<!--

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/SidecarContainers.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: true
1515
fromVersion: "1.29"
16+
toVersion: "1.32"
17+
- stage: stable
18+
defaultValue: true
19+
fromVersion: "1.33"
1620
---
1721

1822
<!--

0 commit comments

Comments
 (0)