Move APIServingWithRoutine to alpha and disabled by default.
Kubernetes-commit: c8380040848fcbd0a0cc06600b9d4531b65098d2
This commit is contained in:
parent
bebf7ae9a1
commit
788e7ee758
|
@ -360,7 +360,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
|
||||||
|
|
||||||
APIServerTracing: {Default: true, PreRelease: featuregate.Beta},
|
APIServerTracing: {Default: true, PreRelease: featuregate.Beta},
|
||||||
|
|
||||||
APIServingWithRoutine: {Default: true, PreRelease: featuregate.Beta},
|
APIServingWithRoutine: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
|
|
||||||
AuthorizeWithSelectors: {Default: false, PreRelease: featuregate.Alpha},
|
AuthorizeWithSelectors: {Default: false, PreRelease: featuregate.Alpha},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue