We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e5a29b commit ebfdaceCopy full SHA for ebfdace
pkg/features/features.go
@@ -58,7 +58,7 @@ func init() {
58
// defaultKubernetesFeatureGates consists of all known feature keys specific to external-provisioner.
59
// To add a new feature, define a key for it above and add it here.
60
var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureSpec{
61
- Topology: {Default: false, PreRelease: featuregate.GA},
+ Topology: {Default: true, PreRelease: featuregate.GA},
62
HonorPVReclaimPolicy: {Default: true, PreRelease: featuregate.Beta},
63
CrossNamespaceVolumeDataSource: {Default: false, PreRelease: featuregate.Alpha},
64
VolumeAttributesClass: {Default: false, PreRelease: featuregate.Alpha},
0 commit comments