Merge pull request #126470 from benluddy/apiservingwithroutine-alpha-disabled
Move APIServingWithRoutine to alpha and disabled by default. Kubernetes-commit: f9d2297298909c9f3a2be2e88f3c84df43f3a376
This commit is contained in:
commit
1b569bf504
|
|
@ -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},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue