Skip to content

Commit c1bc7b9

Browse files
authored
Merge pull request #50782 from tengqm/fix-fg-removed
Update removed feature gates in v1.33/1.32
2 parents d9bf109 + 912378c commit c1bc7b9

9 files changed

+24
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ stages:
1717
- stage: stable
1818
defaultValue: true
1919
fromVersion: "1.29"
20+
toVersion: "1.32"
21+
removed: true
2022
---
2123
Enable the API clients to retrieve (`LIST` or `GET`)
2224
resources from API server in chunks.

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

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ stages:
1717
- stage: stable
1818
defaultValue: true
1919
fromVersion: "1.30"
20+
toVersion: "1.32"
21+
22+
removed: true
2023
---
2124
Enable [match conditions](/docs/reference/access-authn-authz/extensible-admission-controllers/#matching-requests-matchconditions)
2225
on mutating & validating admission webhooks.

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

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ stages:
1717
- stage: stable
1818
defaultValue: true
1919
fromVersion: "1.30"
20+
toVersion: "1.32"
21+
22+
removed: true
2023
---
2124
Enable a single HTTP endpoint `/discovery/<version>` which
2225
supports native HTTP caching with ETags containing all APIResources known to the API server.

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

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ stages:
1717
- stage: stable
1818
defaultValue: true
1919
fromVersion: "1.24"
20+
toVersion: "1.32"
21+
22+
removed: true
2023
---
2124
Allows for storage-originated bookmark (progress
2225
notify) events to be delivered to the users. This is only applied to watch operations.

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

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ stages:
1717
- stage: stable
1818
defaultValue: true
1919
fromVersion: "1.31"
20+
toVersion: "1.32"
21+
22+
removed: true
2023
---
2124
Implement connection draining for
2225
terminating nodes for `externalTrafficPolicy: Cluster` services.

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

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ stages:
1717
- stage: stable
1818
defaultValue: true
1919
fromVersion: "1.29"
20+
toVersion: "1.32"
21+
22+
removed: true
2023
---
2124
Allow the API servers to show a count of remaining
2225
items in the response to a

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

+3
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,8 @@ stages:
1717
- stage: stable
1818
defaultValue: true
1919
fromVersion: "1.30"
20+
toVersion: "1.31"
21+
22+
removed: true
2023
---
2124
Enable [ValidatingAdmissionPolicy](/docs/reference/access-authn-authz/validating-admission-policy/) support for CEL validations be used in Admission Control.

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

+1
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ removed: true
1515
---
1616
Enable support for prioritizing nodes in different
1717
topologies based on available PV capacity.
18+
This feature is renamed to `StorageCapacityScoring` in v1.33.

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

+3
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,8 @@ stages:
1717
- stage: stable
1818
defaultValue: true
1919
fromVersion: "1.17"
20+
toVersion: "1.32"
21+
22+
removed: true
2023
---
2124
Enable support for watch bookmark events.

0 commit comments

Comments
 (0)