Skip to content

Commit c73d445

Browse files
authored
Merge pull request #46331 from my-git9/pt-26371
[zh-cn]sync feature-gates/p*
2 parents e7955c7 + ac4ba67 commit c73d445

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/pod-lifecycle-sleep-action.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.29"
12+
toVersion: "1.29"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.30"
1216
---
1317

1418
<!--

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

1822
<!--

0 commit comments

Comments
 (0)