Skip to content

Commit 91d432c

Browse files
Jefftreek8s-publishing-bot
authored andcommitted
Enable aggregated discovery
Kubernetes-commit: 361391117dcb5ab76dc06918d4165c6c644ad717
1 parent 07f0d43 commit 91d432c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/features/kube_features.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ func init() {
222222
// To add a new feature, define a key for it above and add it here. The features will be
223223
// available throughout Kubernetes binaries.
224224
var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureSpec{
225-
AggregatedDiscoveryEndpoint: {Default: false, PreRelease: featuregate.Alpha},
225+
AggregatedDiscoveryEndpoint: {Default: true, PreRelease: featuregate.Beta},
226226

227227
APIListChunking: {Default: true, PreRelease: featuregate.Beta},
228228

0 commit comments

Comments
 (0)