Skip to content

Commit 86d65b2

Browse files
authored
Merge pull request #44531 from 1000Delta/zh_sync_feature-gates_c
[zh] Sync feature-gates/c*.md
2 parents e5273e5 + 4e115c0 commit 86d65b2

File tree

55 files changed

+665
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+665
-0
lines changed

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/cloud-controller-manager-webhook.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ content_type: feature_gate
44
_build:
55
list: never
66
render: false
7+
8+
stages:
9+
- stage: alpha
10+
defaultValue: false
11+
fromVersion: "1.27"
712
---
813

914
<!--

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/cloud-dual-stack-node-ips.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ content_type: feature_gate
44
_build:
55
list: never
66
render: false
7+
8+
stages:
9+
- stage: alpha
10+
defaultValue: false
11+
fromVersion: "1.27"
12+
toVersion: "1.28"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.29"
716
---
817
<!--
918
Enables dual-stack `kubelet --node-ip` with external cloud providers.

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/cluster-trust-bundle-projection.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ content_type: feature_gate
44
_build:
55
list: never
66
render: false
7+
8+
stages:
9+
- stage: alpha
10+
defaultValue: false
11+
fromVersion: "1.29"
712
---
813

914
<!--

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/cluster-trust-bundle.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ content_type: feature_gate
44
_build:
55
list: never
66
render: false
7+
8+
stages:
9+
- stage: alpha
10+
defaultValue: false
11+
fromVersion: "1.27"
712
---
813
<!--
914
Enable ClusterTrustBundle objects and kubelet integration.

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ content_type: feature_gate
44
_build:
55
list: never
66
render: false
7+
8+
stages:
9+
- stage: alpha
10+
defaultValue: false
11+
fromVersion: "1.26"
12+
toVersion: "1.26"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.27"
716
---
817
<!--
918
Enable the `/metrics/slis` endpoint on Kubernetes components like

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/configurable-fs-group-policy.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ content_type: feature_gate
66
_build:
77
list: never
88
render: false
9+
10+
stages:
11+
- stage: alpha
12+
defaultValue: false
13+
fromVersion: "1.18"
14+
toVersion: "1.19"
15+
- stage: beta
16+
defaultValue: true
17+
fromVersion: "1.20"
18+
toVersion: "1.22"
19+
- stage: stable
20+
defaultValue: true
21+
fromVersion: "1.23"
22+
toVersion: "1.25"
23+
24+
removed: true
925
---
1026
<!--
1127
Allows user to configure volume permission change policy

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/consistent-http-get-handlers.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ content_type: feature_gate
44
_build:
55
list: never
66
render: false
7+
8+
stages:
9+
- stage: stable
10+
defaultValue: true
11+
fromVersion: "1.25"
712
---
813
<!--
914
Normalize HTTP get URL and Header passing for lifecycle

content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/consistent-list-from-cache.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ content_type: feature_gate
44
_build:
55
list: never
66
render: false
7+
8+
stages:
9+
- stage: alpha
10+
defaultValue: false
11+
fromVersion: "1.28"
712
---
813
<!--
914
Allow the API server to serve consistent lists from cache.

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ content_type: feature_gate
44
_build:
55
list: never
66
render: false
7+
8+
stages:
9+
- stage: alpha
10+
defaultValue: false
11+
fromVersion: "1.25"
712
---
813
<!--
914
Enables the kubelet `checkpoint` API.

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ content_type: feature_gate
44
_build:
55
list: never
66
render: false
7+
8+
stages:
9+
- stage: alpha
10+
defaultValue: false
11+
fromVersion: "1.24"
712
---
813
<!--
914
When you enable this feature gate, Kubernetes components that support

0 commit comments

Comments
 (0)