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

Fix feature gates that have been been removed in 1.30
This commit is contained in:
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 - stage: stable
defaultValue: true defaultValue: true
fromVersion: "1.28" fromVersion: "1.28"
toVersion: "1.29"
removed: true
--- ---
Activate the `SelfSubjectReview` API which allows users Activate the `SelfSubjectReview` API which allows users
to see the requesting subject's authentication information. to see the requesting subject's authentication information.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -17,6 +17,8 @@ stages:
- stage: stable - stage: stable
defaultValue: true defaultValue: true
fromVersion: "1.28" fromVersion: "1.28"
toVersion: "1.29"
removed: true
--- ---
Enable the kubelet's pod resources gRPC endpoint. See 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) [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 - stage: stable
defaultValue: true defaultValue: true
fromVersion: "1.28" fromVersion: "1.28"
toVersion: "1.29"
removed: true
--- ---
Track usage of Secret-based Track usage of Secret-based
[service account tokens](/docs/concepts/security/service-accounts/#get-a-token). [service account tokens](/docs/concepts/security/service-accounts/#get-a-token).

View File

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

View File

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

View File

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