mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
promote AllowInsecureBackendProxy to stable
This commit is contained in:
parent
3c514ae588
commit
ac731a7af7
@ -487,6 +487,7 @@ const (
|
|||||||
|
|
||||||
// owner: @deads2k
|
// owner: @deads2k
|
||||||
// beta: v1.17
|
// beta: v1.17
|
||||||
|
// GA: v1.21
|
||||||
//
|
//
|
||||||
// Enables the users to skip TLS verification of kubelets on pod logs requests
|
// Enables the users to skip TLS verification of kubelets on pod logs requests
|
||||||
AllowInsecureBackendProxy featuregate.Feature = "AllowInsecureBackendProxy"
|
AllowInsecureBackendProxy featuregate.Feature = "AllowInsecureBackendProxy"
|
||||||
@ -743,7 +744,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
|
|||||||
EndpointSliceNodeName: {Default: false, PreRelease: featuregate.Alpha},
|
EndpointSliceNodeName: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
WindowsEndpointSliceProxying: {Default: false, PreRelease: featuregate.Alpha},
|
WindowsEndpointSliceProxying: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
StartupProbe: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.23
|
StartupProbe: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.23
|
||||||
AllowInsecureBackendProxy: {Default: true, PreRelease: featuregate.Beta},
|
AllowInsecureBackendProxy: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.23
|
||||||
PodDisruptionBudget: {Default: true, PreRelease: featuregate.Beta},
|
PodDisruptionBudget: {Default: true, PreRelease: featuregate.Beta},
|
||||||
CronJobControllerV2: {Default: true, PreRelease: featuregate.Beta},
|
CronJobControllerV2: {Default: true, PreRelease: featuregate.Beta},
|
||||||
DaemonSetUpdateSurge: {Default: false, PreRelease: featuregate.Alpha},
|
DaemonSetUpdateSurge: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
|
Loading…
Reference in New Issue
Block a user