Enable aggregated discovery

Kubernetes-commit: 361391117dcb5ab76dc06918d4165c6c644ad717
This commit is contained in:
Jefftree 2023-01-09 17:51:19 +00:00 committed by Kubernetes Publisher
parent 07f0d43ace
commit 91d432c304
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ func init() {
// To add a new feature, define a key for it above and add it here. The features will be
// available throughout Kubernetes binaries.
var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureSpec{
AggregatedDiscoveryEndpoint: {Default: false, PreRelease: featuregate.Alpha},
AggregatedDiscoveryEndpoint: {Default: true, PreRelease: featuregate.Beta},
APIListChunking: {Default: true, PreRelease: featuregate.Beta},