Skip to content

Commit 233010f

Browse files
Change ServiceTrafficDistribution feature-gate to beta and enable by default.
1 parent 386ca0f commit 233010f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/features/kube_features.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,6 +733,7 @@ const (
733733
// owner: @gauravkghildiyal @robscott
734734
// kep: https://kep.k8s.io/4444
735735
// alpha: v1.30
736+
// beta: v1.31
736737
//
737738
// Enables trafficDistribution field on Services.
738739
ServiceTrafficDistribution featuregate.Feature = "ServiceTrafficDistribution"
@@ -1156,7 +1157,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
11561157

11571158
ServiceAccountTokenNodeBindingValidation: {Default: true, PreRelease: featuregate.Beta},
11581159

1159-
ServiceTrafficDistribution: {Default: false, PreRelease: featuregate.Alpha},
1160+
ServiceTrafficDistribution: {Default: true, PreRelease: featuregate.Beta},
11601161

11611162
SidecarContainers: {Default: true, PreRelease: featuregate.Beta},
11621163

0 commit comments

Comments
 (0)