Skip to content

Commit c47cf43

Browse files
benluddyk8s-publishing-bot
authored andcommitted
Move APIServingWithRoutine to alpha and disabled by default.
Kubernetes-commit: c8380040848fcbd0a0cc06600b9d4531b65098d2
1 parent dbb9b30 commit c47cf43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pkg/features/kube_features.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
360360

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

363-
APIServingWithRoutine: {Default: true, PreRelease: featuregate.Beta},
363+
APIServingWithRoutine: {Default: false, PreRelease: featuregate.Alpha},
364364

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

0 commit comments

Comments
 (0)