File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -733,6 +733,7 @@ const (
733
733
// owner: @gauravkghildiyal @robscott
734
734
// kep: https://kep.k8s.io/4444
735
735
// alpha: v1.30
736
+ // beta: v1.31
736
737
//
737
738
// Enables trafficDistribution field on Services.
738
739
ServiceTrafficDistribution featuregate.Feature = "ServiceTrafficDistribution"
@@ -1156,7 +1157,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
1156
1157
1157
1158
ServiceAccountTokenNodeBindingValidation : {Default : true , PreRelease : featuregate .Beta },
1158
1159
1159
- ServiceTrafficDistribution : {Default : false , PreRelease : featuregate .Alpha },
1160
+ ServiceTrafficDistribution : {Default : true , PreRelease : featuregate .Beta },
1160
1161
1161
1162
SidecarContainers : {Default : true , PreRelease : featuregate .Beta },
1162
1163
You can’t perform that action at this time.
0 commit comments