Merge pull request #47272 from windsonsea/watchf

[zh] Sync container-checkpoint and watch-from-storage
pull/47277/head
Kubernetes Prow Robot 2024-07-25 19:43:10 -07:00 committed by GitHub
commit 4bba7e916e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 21 additions and 0 deletions

View File

@ -9,6 +9,10 @@ stages:
- stage: alpha
defaultValue: false
fromVersion: "1.25"
toVersion: "1.29"
- stage: beta
defaultValue: true
fromVersion: "1.30"
---
<!--
Enables the kubelet `checkpoint` API.

View File

@ -0,0 +1,17 @@
---
title: WatchFromStorageWithoutResourceVersion
content_type: feature_gate
_build:
list: never
render: false
stages:
- stage: beta
defaultValue: false
fromVersion: "1.30"
---
<!--
Enables watches without `resourceVersion` to be served from storage.
-->
允许在没有 `resourceVersion` 的情况下基于存储提供监视服务。