mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 01:40:07 +00:00
promote TaintBasedEvictions featuregate to beta
This commit is contained in:
parent
8928e70af9
commit
ef2de48dc5
@ -60,8 +60,8 @@ const (
|
|||||||
// Enables support for Device Plugins
|
// Enables support for Device Plugins
|
||||||
DevicePlugins utilfeature.Feature = "DevicePlugins"
|
DevicePlugins utilfeature.Feature = "DevicePlugins"
|
||||||
|
|
||||||
// owner: @gmarek
|
// owner: @Huang-Wei
|
||||||
// alpha: v1.6
|
// beta: v1.13
|
||||||
//
|
//
|
||||||
// Changes the logic behind evicting Pods from not ready Nodes
|
// Changes the logic behind evicting Pods from not ready Nodes
|
||||||
// to take advantage of NoExecute Taints and Tolerations.
|
// to take advantage of NoExecute Taints and Tolerations.
|
||||||
@ -392,7 +392,7 @@ var defaultKubernetesFeatureGates = map[utilfeature.Feature]utilfeature.FeatureS
|
|||||||
ExperimentalHostUserNamespaceDefaultingGate: {Default: false, PreRelease: utilfeature.Beta},
|
ExperimentalHostUserNamespaceDefaultingGate: {Default: false, PreRelease: utilfeature.Beta},
|
||||||
ExperimentalCriticalPodAnnotation: {Default: false, PreRelease: utilfeature.Alpha},
|
ExperimentalCriticalPodAnnotation: {Default: false, PreRelease: utilfeature.Alpha},
|
||||||
DevicePlugins: {Default: true, PreRelease: utilfeature.Beta},
|
DevicePlugins: {Default: true, PreRelease: utilfeature.Beta},
|
||||||
TaintBasedEvictions: {Default: false, PreRelease: utilfeature.Alpha},
|
TaintBasedEvictions: {Default: true, PreRelease: utilfeature.Beta},
|
||||||
RotateKubeletServerCertificate: {Default: true, PreRelease: utilfeature.Beta},
|
RotateKubeletServerCertificate: {Default: true, PreRelease: utilfeature.Beta},
|
||||||
RotateKubeletClientCertificate: {Default: true, PreRelease: utilfeature.Beta},
|
RotateKubeletClientCertificate: {Default: true, PreRelease: utilfeature.Beta},
|
||||||
PersistentLocalVolumes: {Default: true, PreRelease: utilfeature.Beta},
|
PersistentLocalVolumes: {Default: true, PreRelease: utilfeature.Beta},
|
||||||
|
Loading…
Reference in New Issue
Block a user