kep-3716 GA, remove feature gate
Kubernetes-commit: a51a5b462236d5eb87e6d690065f884c281a833c
This commit is contained in:
parent
e3922247fe
commit
fc7cf5fb84
|
|
@ -38,6 +38,7 @@ const (
|
||||||
// owner: @ivelichkovich, @tallclair
|
// owner: @ivelichkovich, @tallclair
|
||||||
// alpha: v1.27
|
// alpha: v1.27
|
||||||
// beta: v1.28
|
// beta: v1.28
|
||||||
|
// stable: v1.30
|
||||||
// kep: https://kep.k8s.io/3716
|
// kep: https://kep.k8s.io/3716
|
||||||
//
|
//
|
||||||
// Enables usage of MatchConditions fields to use CEL expressions for matching on admission webhooks
|
// Enables usage of MatchConditions fields to use CEL expressions for matching on admission webhooks
|
||||||
|
|
@ -285,7 +286,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
|
||||||
|
|
||||||
AggregatedDiscoveryEndpoint: {Default: true, PreRelease: featuregate.Beta},
|
AggregatedDiscoveryEndpoint: {Default: true, PreRelease: featuregate.Beta},
|
||||||
|
|
||||||
AdmissionWebhookMatchConditions: {Default: true, PreRelease: featuregate.Beta},
|
AdmissionWebhookMatchConditions: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.33
|
||||||
|
|
||||||
APIListChunking: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.32
|
APIListChunking: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.32
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue