Skip to content

Commit

Permalink
Move APIServingWithRoutine to alpha and disabled by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
benluddy committed Jul 30, 2024
1 parent 0fc1671 commit c838004
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 c838004

Please sign in to comment.