Skip to content

Commit

Permalink
Merge pull request #110419 from aojea/beta_services_ips
Browse files Browse the repository at this point in the history
graduate ServiceIPStaticSubrange to beta
  • Loading branch information
k8s-ci-robot authored Jun 9, 2022
2 parents f80d17e + c0db77b commit 163aab4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/features/kube_features.go
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,7 @@ const (
// owner: @aojea
// kep: http://kep.k8s.io/3070
// alpha: v1.24
// beta: v1.25
//
// Subdivide the ClusterIP range for dynamic and static IP allocation.
ServiceIPStaticSubrange featuregate.Feature = "ServiceIPStaticSubrange"
Expand Down Expand Up @@ -981,7 +982,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS

SeccompDefault: {Default: false, PreRelease: featuregate.Alpha},

ServiceIPStaticSubrange: {Default: false, PreRelease: featuregate.Alpha},
ServiceIPStaticSubrange: {Default: false, PreRelease: featuregate.Beta},

ServiceInternalTrafficPolicy: {Default: true, PreRelease: featuregate.Beta},

Expand Down

0 comments on commit 163aab4

Please sign in to comment.