Merge pull request #116108 from Jefftree/agg-discovery-enb

Enable Aggregated Discovery for Beta
This commit is contained in:
Kubernetes Prow Robot
2023-03-10 10:48:39 -08:00
committed by GitHub
3 changed files with 3 additions and 3 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},