Skip to content

Commit 59033b5

Browse files
authored
Merge pull request kubernetes#88932 from janosi/sctp-beta
Change SCTPSupport default value to true
2 parents 1fa2030 + 1c393c7 commit 59033b5

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
@@ -656,7 +656,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS
656656
CSIInlineVolume: {Default: true, PreRelease: featuregate.Beta},
657657
RuntimeClass: {Default: true, PreRelease: featuregate.Beta},
658658
NodeLease: {Default: true, PreRelease: featuregate.GA, LockToDefault: true},
659-
SCTPSupport: {Default: false, PreRelease: featuregate.Alpha},
659+
SCTPSupport: {Default: true, PreRelease: featuregate.Beta},
660660
VolumeSnapshotDataSource: {Default: true, PreRelease: featuregate.Beta},
661661
ProcMountType: {Default: false, PreRelease: featuregate.Alpha},
662662
TTLAfterFinished: {Default: false, PreRelease: featuregate.Alpha},

0 commit comments

Comments
 (0)