Skip to content

Commit

Permalink
Move APIServingWithRoutine to alpha and disabled by default.
Browse files Browse the repository at this point in the history
Kubernetes-commit: c8380040848fcbd0a0cc06600b9d4531b65098d2
  • Loading branch information
benluddy authored and k8s-publishing-bot committed Jul 30, 2024
1 parent dbb9b30 commit c47cf43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 c47cf43

Please sign in to comment.