Skip to content

Commit 4bba7e9

Browse files
authored
Merge pull request #47272 from windsonsea/watchf
[zh] Sync container-checkpoint and watch-from-storage
2 parents 5076bc7 + ce1fa9c commit 4bba7e9

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/container-checkpoint.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.25"
12+
toVersion: "1.29"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.30"
1216
---
1317
<!--
1418
Enables the kubelet `checkpoint` API.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: WatchFromStorageWithoutResourceVersion
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
8+
stages:
9+
- stage: beta
10+
defaultValue: false
11+
fromVersion: "1.30"
12+
---
13+
14+
<!--
15+
Enables watches without `resourceVersion` to be served from storage.
16+
-->
17+
允许在没有 `resourceVersion` 的情况下基于存储提供监视服务。

0 commit comments

Comments
 (0)