Skip to content

Commit

Permalink
Merge pull request kubernetes#126470 from benluddy/apiservingwithrout…
Browse files Browse the repository at this point in the history
…ine-alpha-disabled

Move APIServingWithRoutine to alpha and disabled by default.
  • Loading branch information
k8s-ci-robot authored Jul 31, 2024
2 parents 974f3d3 + c838004 commit f9d2297
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/features/kube_features.go
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS

genericfeatures.APIServerTracing: {Default: true, PreRelease: featuregate.Beta},

genericfeatures.APIServingWithRoutine: {Default: true, PreRelease: featuregate.Beta},
genericfeatures.APIServingWithRoutine: {Default: false, PreRelease: featuregate.Alpha},

genericfeatures.AuthorizeWithSelectors: {Default: false, PreRelease: featuregate.Alpha},

Expand Down
2 changes: 1 addition & 1 deletion staging/src/k8s.io/apiserver/pkg/features/kube_features.go
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS

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

APIServingWithRoutine: {Default: true, PreRelease: featuregate.Beta},
APIServingWithRoutine: {Default: false, PreRelease: featuregate.Alpha},

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

Expand Down

0 comments on commit f9d2297

Please sign in to comment.