Skip to content

Commit b17a76e

Browse files
authored
Merge pull request #46473 from tengqm/fix-feature-gates-1
Fix feature gates that have been been removed in 1.30
2 parents d7a7c37 + e01500f commit b17a76e

11 files changed

+22
-1
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates/api-self-subject-review.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ stages:
1818
- stage: stable
1919
defaultValue: true
2020
fromVersion: "1.28"
21+
toVersion: "1.29"
22+
removed: true
2123
---
2224
Activate the `SelfSubjectReview` API which allows users
2325
to see the requesting subject's authentication information.

content/en/docs/reference/command-line-tools-reference/feature-gates/csi-migration-azure-file.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ stages:
2121
- stage: stable
2222
defaultValue: true
2323
fromVersion: "1.26"
24+
toVersion: "1.29"
25+
removed: true
2426
---
2527
Enables shims and translation logic to route volume
2628
operations from the Azure-File in-tree plugin to AzureFile CSI plugin.

content/en/docs/reference/command-line-tools-reference/feature-gates/expanded-dns-config.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ stages:
1717
- stage: stable
1818
defaultValue: true
1919
fromVersion: "1.28"
20+
toVersion: "1.29"
21+
removed: true
2022
---
2123
Enable kubelet and kube-apiserver to allow more DNS
2224
search paths and longer list of DNS search paths. This feature requires container

content/en/docs/reference/command-line-tools-reference/feature-gates/experimental-host-user-namespace-defaulting.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ stages:
1313
- stage: deprecated
1414
defaultValue: false
1515
fromVersion: "1.28"
16+
toVersion: "1.29"
17+
removed: true
1618
---
1719
Enabling the defaulting user
1820
namespace to host. This is for containers that are using other host namespaces,

content/en/docs/reference/command-line-tools-reference/feature-gates/ip-tables-ownership-cleanup.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,7 @@ stages:
1717
- stage: stable
1818
defaultValue: true
1919
fromVersion: "1.28"
20+
toVersion: "1.29"
21+
removed: true
2022
---
2123
This causes kubelet to no longer create legacy iptables rules.

content/en/docs/reference/command-line-tools-reference/feature-gates/kubelet-pod-resources-get-allocatable.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ stages:
1717
- stage: stable
1818
defaultValue: true
1919
fromVersion: "1.28"
20+
toVersion: "1.29"
21+
removed: true
2022
---
2123
Enable the kubelet's pod resources
2224
`GetAllocatableResources` functionality. This API augments the

content/en/docs/reference/command-line-tools-reference/feature-gates/kubelet-pod-resources.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ stages:
1717
- stage: stable
1818
defaultValue: true
1919
fromVersion: "1.28"
20+
toVersion: "1.29"
21+
removed: true
2022
---
2123
Enable the kubelet's pod resources gRPC endpoint. See
2224
[Support Device Monitoring](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/606-compute-device-assignment/README.md)

content/en/docs/reference/command-line-tools-reference/feature-gates/legacy-service-account-token-tracking.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ stages:
1717
- stage: stable
1818
defaultValue: true
1919
fromVersion: "1.28"
20-
20+
toVersion: "1.29"
21+
removed: true
2122
---
2223
Track usage of Secret-based
2324
[service account tokens](/docs/concepts/security/service-accounts/#get-a-token).

content/en/docs/reference/command-line-tools-reference/feature-gates/minimize-ip-tables-restore.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ stages:
1717
- stage: stable
1818
defaultValue: true
1919
fromVersion: "1.28"
20+
toVersion: "1.29"
21+
removed: true
2022
---
2123
Enables new performance improvement logics
2224
in the kube-proxy iptables mode.

content/en/docs/reference/command-line-tools-reference/feature-gates/proxy-terminating-endpoints.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ stages:
1717
- stage: stable
1818
defaultValue: true
1919
fromVersion: "1.28"
20+
toVersion: "1.29"
21+
removed: true
2022
---
2123
Enable the kube-proxy to handle terminating
2224
endpoints when `ExternalTrafficPolicy=Local`.

0 commit comments

Comments
 (0)