mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 22:17:14 +00:00
promote ControllerManagerLeaderMigration to beta.
This commit is contained in:
parent
995278c9fb
commit
40b2155ddb
@ -36,8 +36,10 @@ const (
|
|||||||
|
|
||||||
// owner: @jiahuif
|
// owner: @jiahuif
|
||||||
// alpha: v1.21
|
// alpha: v1.21
|
||||||
|
// beta: v1.22
|
||||||
//
|
//
|
||||||
// Enables Leader Migration for kube-controller-manager and cloud-controller-manager
|
// Enables Leader Migration for kube-controller-manager and cloud-controller-manager
|
||||||
|
// copied and sync'ed from k8s.io/kubernetes/pkg/features/kube_features.go
|
||||||
ControllerManagerLeaderMigration featuregate.Feature = "ControllerManagerLeaderMigration"
|
ControllerManagerLeaderMigration featuregate.Feature = "ControllerManagerLeaderMigration"
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -49,5 +51,5 @@ func SetupCurrentKubernetesSpecificFeatureGates(featuregates featuregate.Mutable
|
|||||||
// To add a new feature, define a key for it at k8s.io/api/pkg/features and add it here.
|
// To add a new feature, define a key for it at k8s.io/api/pkg/features and add it here.
|
||||||
var cloudPublicFeatureGates = map[featuregate.Feature]featuregate.FeatureSpec{
|
var cloudPublicFeatureGates = map[featuregate.Feature]featuregate.FeatureSpec{
|
||||||
IPv6DualStack: {Default: true, PreRelease: featuregate.Beta},
|
IPv6DualStack: {Default: true, PreRelease: featuregate.Beta},
|
||||||
ControllerManagerLeaderMigration: {Default: false, PreRelease: featuregate.Alpha},
|
ControllerManagerLeaderMigration: {Default: true, PreRelease: featuregate.Beta},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user