Move APIServingWithRoutine to alpha and disabled by default.

Kubernetes-commit: c8380040848fcbd0a0cc06600b9d4531b65098d2
This commit is contained in:
Ben Luddy 2024-07-30 16:33:31 -04:00 committed by Kubernetes Publisher
parent bebf7ae9a1
commit 788e7ee758
1 changed files with 1 additions and 1 deletions

View File

@ -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},