We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbb9b30 commit c47cf43Copy full SHA for c47cf43
pkg/features/kube_features.go
@@ -360,7 +360,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
360
361
APIServerTracing: {Default: true, PreRelease: featuregate.Beta},
362
363
- APIServingWithRoutine: {Default: true, PreRelease: featuregate.Beta},
+ APIServingWithRoutine: {Default: false, PreRelease: featuregate.Alpha},
364
365
AuthorizeWithSelectors: {Default: false, PreRelease: featuregate.Alpha},
366
0 commit comments