Skip to content

Commit 1c393c7

Browse files
author
Laszlo Janosi
committed
Change SCTPSupport default value to true
1 parent 06b7987 commit 1c393c7

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
@@ -625,7 +625,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
625625
CSIInlineVolume: {Default: true, PreRelease: featuregate.Beta},
626626
RuntimeClass: {Default: true, PreRelease: featuregate.Beta},
627627
NodeLease: {Default: true, PreRelease: featuregate.GA, LockToDefault: true},
628-
SCTPSupport: {Default: false, PreRelease: featuregate.Alpha},
628+
SCTPSupport: {Default: true, PreRelease: featuregate.Beta},
629629
VolumeSnapshotDataSource: {Default: true, PreRelease: featuregate.Beta},
630630
ProcMountType: {Default: false, PreRelease: featuregate.Alpha},
631631
TTLAfterFinished: {Default: false, PreRelease: featuregate.Alpha},

0 commit comments

Comments
 (0)