Bump CloudDualStackNodeIPs to beta for 1.29
This commit is contained in:
parent
3cf3702d1e
commit
04f0b4a014
@ -72,6 +72,7 @@ const (
|
|||||||
|
|
||||||
// owner: @danwinship
|
// owner: @danwinship
|
||||||
// alpha: v1.27
|
// alpha: v1.27
|
||||||
|
// beta: v1.29
|
||||||
//
|
//
|
||||||
// Enables dual-stack --node-ip in kubelet with external cloud providers
|
// Enables dual-stack --node-ip in kubelet with external cloud providers
|
||||||
CloudDualStackNodeIPs featuregate.Feature = "CloudDualStackNodeIPs"
|
CloudDualStackNodeIPs featuregate.Feature = "CloudDualStackNodeIPs"
|
||||||
@ -970,7 +971,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
|
|||||||
|
|
||||||
AppArmor: {Default: true, PreRelease: featuregate.Beta},
|
AppArmor: {Default: true, PreRelease: featuregate.Beta},
|
||||||
|
|
||||||
CloudDualStackNodeIPs: {Default: false, PreRelease: featuregate.Alpha},
|
CloudDualStackNodeIPs: {Default: true, PreRelease: featuregate.Beta},
|
||||||
|
|
||||||
ClusterTrustBundle: {Default: false, PreRelease: featuregate.Alpha},
|
ClusterTrustBundle: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
|
|
||||||
|
@ -40,6 +40,7 @@ const (
|
|||||||
|
|
||||||
// owner: @danwinship
|
// owner: @danwinship
|
||||||
// alpha: v1.27
|
// alpha: v1.27
|
||||||
|
// beta: v1.29
|
||||||
//
|
//
|
||||||
// Enables dual-stack values in the
|
// Enables dual-stack values in the
|
||||||
// `alpha.kubernetes.io/provided-node-ip` annotation
|
// `alpha.kubernetes.io/provided-node-ip` annotation
|
||||||
@ -62,6 +63,6 @@ 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{
|
||||||
CloudControllerManagerWebhook: {Default: false, PreRelease: featuregate.Alpha},
|
CloudControllerManagerWebhook: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
CloudDualStackNodeIPs: {Default: false, PreRelease: featuregate.Alpha},
|
CloudDualStackNodeIPs: {Default: true, PreRelease: featuregate.Beta},
|
||||||
StableLoadBalancerNodeSet: {Default: true, PreRelease: featuregate.Beta},
|
StableLoadBalancerNodeSet: {Default: true, PreRelease: featuregate.Beta},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user