Merge pull request #46473 from tengqm/fix-feature-gates-1

Fix feature gates that have been been removed in 1.30
pull/46490/head^2
Kubernetes Prow Robot 2024-05-21 20:27:06 -07:00 committed by GitHub
commit b17a76e5a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with 22 additions and 1 deletions

View File

@ -18,6 +18,8 @@ stages:
- stage: stable
defaultValue: true
fromVersion: "1.28"
toVersion: "1.29"
removed: true
---
Activate the `SelfSubjectReview` API which allows users
to see the requesting subject's authentication information.

View File

@ -21,6 +21,8 @@ stages:
- stage: stable
defaultValue: true
fromVersion: "1.26"
toVersion: "1.29"
removed: true
---
Enables shims and translation logic to route volume
operations from the Azure-File in-tree plugin to AzureFile CSI plugin.

View File

@ -17,6 +17,8 @@ stages:
- stage: stable
defaultValue: true
fromVersion: "1.28"
toVersion: "1.29"
removed: true
---
Enable kubelet and kube-apiserver to allow more DNS
search paths and longer list of DNS search paths. This feature requires container

View File

@ -13,6 +13,8 @@ stages:
- stage: deprecated
defaultValue: false
fromVersion: "1.28"
toVersion: "1.29"
removed: true
---
Enabling the defaulting user
namespace to host. This is for containers that are using other host namespaces,

View File

@ -17,5 +17,7 @@ stages:
- stage: stable
defaultValue: true
fromVersion: "1.28"
toVersion: "1.29"
removed: true
---
This causes kubelet to no longer create legacy iptables rules.

View File

@ -17,6 +17,8 @@ stages:
- stage: stable
defaultValue: true
fromVersion: "1.28"
toVersion: "1.29"
removed: true
---
Enable the kubelet's pod resources
`GetAllocatableResources` functionality. This API augments the

View File

@ -17,6 +17,8 @@ stages:
- stage: stable
defaultValue: true
fromVersion: "1.28"
toVersion: "1.29"
removed: true
---
Enable the kubelet's pod resources gRPC endpoint. See
[Support Device Monitoring](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/606-compute-device-assignment/README.md)

View File

@ -17,7 +17,8 @@ stages:
- stage: stable
defaultValue: true
fromVersion: "1.28"
toVersion: "1.29"
removed: true
---
Track usage of Secret-based
[service account tokens](/docs/concepts/security/service-accounts/#get-a-token).

View File

@ -17,6 +17,8 @@ stages:
- stage: stable
defaultValue: true
fromVersion: "1.28"
toVersion: "1.29"
removed: true
---
Enables new performance improvement logics
in the kube-proxy iptables mode.

View File

@ -17,6 +17,8 @@ stages:
- stage: stable
defaultValue: true
fromVersion: "1.28"
toVersion: "1.29"
removed: true
---
Enable the kube-proxy to handle terminating
endpoints when `ExternalTrafficPolicy=Local`.

View File

@ -9,5 +9,7 @@ stages:
- stage: alpha
defaultValue: false
fromVersion: "1.27"
toVersion: "1.29"
removed: true
---
This gate signals that the `SecurityContextDeny` admission controller is deprecated.