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 31, 2024
1 parent 49b718a commit b64504d
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 @@ -1267,7 +1267,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.ConsistentListFromCache: {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 @@ -335,7 +335,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},

ValidatingAdmissionPolicy: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.32

Expand Down

0 comments on commit b64504d

Please sign in to comment.