Merge pull request #46473 from tengqm/fix-feature-gates-1
Fix feature gates that have been been removed in 1.30pull/46490/head^2
commit
b17a76e5a7
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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).
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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`.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue