Skip to content

Commit c031ee3

Browse files
authored
Merge pull request #1167 from huww98/topology-true
set Topology feature gate default to true
2 parents 512a0fd + ebfdace commit c031ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/features/features.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func init() {
5858
// defaultKubernetesFeatureGates consists of all known feature keys specific to external-provisioner.
5959
// To add a new feature, define a key for it above and add it here.
6060
var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureSpec{
61-
Topology: {Default: false, PreRelease: featuregate.GA},
61+
Topology: {Default: true, PreRelease: featuregate.GA},
6262
HonorPVReclaimPolicy: {Default: true, PreRelease: featuregate.Beta},
6363
CrossNamespaceVolumeDataSource: {Default: false, PreRelease: featuregate.Alpha},
6464
VolumeAttributesClass: {Default: false, PreRelease: featuregate.Alpha},

0 commit comments

Comments
 (0)