Merge pull request from my-git9/pp-16827

[zh-cn] sync feature-gates/c*
pull/47998/head
Kubernetes Prow Robot 2024-09-19 01:22:44 +01:00 committed by GitHub
commit 7cd52e62e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 14 additions and 3 deletions
content/zh-cn/docs/reference/command-line-tools-reference/feature-gates

View File

@ -15,9 +15,12 @@ stages:
fromVersion: "1.27"
toVersion: "1.28"
- stage: stable
defaultValue: true
fromVersion: "1.29"
fromVersion: "1.29"
toVersion: "1.30"
removed: true
---
<!--
Enable passing secret authentication data to a CSI driver for use
during a `NodeExpandVolume` CSI operation.

View File

@ -9,6 +9,10 @@ stages:
- stage: alpha
defaultValue: false
fromVersion: "1.30"
toVersion: "1.30"
- stage: beta
defaultValue: true
fromVersion: "1.31"
---
<!--

View File

@ -16,8 +16,12 @@ stages:
toVersion: "1.28"
- stage: stable
defaultValue: true
fromVersion: "1.29"
fromVersion: "1.29"
toVersion: "1.30"
removed: true
---
<!--
Enable expression language validation in CRD
which will validate customer resource based on validation rules written in