Skip to content

Commit 925881c

Browse files
committed
Add the new metadata to all the feature gate files
1 parent eaa2f53 commit 925881c

File tree

315 files changed

+3576
-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.

315 files changed

+3576
-0
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates/accelerators.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ content_type: feature_gate
66
_build:
77
list: never
88
render: false
9+
10+
stages:
11+
- stage: alpha
12+
defaultValue: false
13+
fromVersion: "1.6"
14+
toVersion: "1.10"
15+
- stage: deprecated
16+
fromVersion: "1.11"
17+
toVersion: "1.11"
18+
19+
removed: true
920
---
1021
Provided an early form of plugin to enable Nvidia GPU support when using
1122
Docker Engine; no longer available. See

content/en/docs/reference/command-line-tools-reference/feature-gates/admission-webhook-match-conditions.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.27"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.28"
716
---
817
Enable [match conditions](/docs/reference/access-authn-authz/extensible-admission-controllers/#matching-requests-matchconditions)
918
on mutating & validating admission webhooks.

content/en/docs/reference/command-line-tools-reference/feature-gates/advanced-auditing.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,21 @@ content_type: feature_gate
44
_build:
55
list: never
66
render: false
7+
8+
stages:
9+
- stage: alpha
10+
defaultValue: false
11+
fromVersion: "1.7"
12+
toVersion: "1.7"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.8"
16+
toVersion: "1.11"
17+
- stage: stable
18+
defaultValue: true
19+
fromVersion: "1.12"
20+
toVersion: "1.27"
21+
22+
removed: true
723
---
824
Enable [advanced auditing](/docs/tasks/debug/debug-cluster/audit/#advanced-audit)

content/en/docs/reference/command-line-tools-reference/feature-gates/affinity-in-annotations.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ content_type: feature_gate
66
_build:
77
list: never
88
render: false
9+
10+
stages:
11+
- stage: alpha
12+
defaultValue: false
13+
fromVersion: "1.6"
14+
toVersion: "1.7"
15+
- stage: deprecated
16+
fromVersion: "1.8"
17+
toVersion: "1.8"
18+
19+
removed: true
920
---
1021
Enable setting
1122
[Pod affinity or anti-affinity](/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity).

content/en/docs/reference/command-line-tools-reference/feature-gates/aggregated-discovery-endpoint.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
Enable a single HTTP endpoint `/discovery/<version>` which
918
supports native HTTP caching with ETags containing all APIResources known to the API server.

content/en/docs/reference/command-line-tools-reference/feature-gates/allow-ext-traffic-local-endpoints.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,17 @@ content_type: feature_gate
66
_build:
77
list: never
88
render: false
9+
10+
stages:
11+
- stage: beta
12+
defaultValue: false
13+
fromVersion: "1.4"
14+
toVersion: "1.6"
15+
- stage: stable
16+
defaultValue: true
17+
fromVersion: "1.7"
18+
toVersion: "1.9"
19+
20+
removed: true
921
---
1022
Enable a service to route external requests to node local endpoints.

content/en/docs/reference/command-line-tools-reference/feature-gates/allow-insecure-backend-proxy.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ content_type: feature_gate
66
_build:
77
list: never
88
render: false
9+
10+
stages:
11+
- stage: beta
12+
defaultValue: true
13+
fromVersion: "1.17"
14+
toVersion: "1.20"
15+
- stage: stable
16+
defaultValue: true
17+
fromVersion: "1.21"
18+
toVersion: "1.25"
19+
20+
removed: true
921
---
1022
Enable the users to skip TLS verification of
1123
kubelets on Pod log requests.

content/en/docs/reference/command-line-tools-reference/feature-gates/allow-service-lb-status-on-non-lb.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,10 @@ content_type: feature_gate
44
_build:
55
list: never
66
render: false
7+
8+
stages:
9+
- stage: deprecated
10+
defaultValue: false
11+
fromVersion: "1.29"
712
---
813
Enables `.status.ingress.loadBalancer` to be set on Services of types other than `LoadBalancer`.

content/en/docs/reference/command-line-tools-reference/feature-gates/any-volume-data-source.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.18"
12+
toVersion: "1.23"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.24"
716
---
817
Enable use of any custom resource as the `DataSource` of a
918
{{< glossary_tooltip text="PVC" term_id="persistent-volume-claim" >}}.

content/en/docs/reference/command-line-tools-reference/feature-gates/api-list-chunking.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ content_type: feature_gate
44
_build:
55
list: never
66
render: false
7+
8+
stages:
9+
- stage: alpha
10+
defaultValue: false
11+
fromVersion: "1.8"
12+
toVersion: "1.8"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.9"
16+
toVersion: "1.28"
17+
- stage: stable
18+
defaultValue: true
19+
fromVersion: "1.29"
720
---
821
Enable the API clients to retrieve (`LIST` or `GET`)
922
resources from API server in chunks.

0 commit comments

Comments
 (0)