Skip to content

Commit 659c437

Browse files
authored
Merge pull request kubernetes#129703 from carlory/InTreePluginPortworxUnregister
add a comment to InTreePluginPortworxUnregister
2 parents f2fe333 + 7d02a18 commit 659c437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/features/versioned_kube_features.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ var defaultVersionedKubernetesFeatureGates = map[featuregate.Feature]featuregate
422422
},
423423

424424
InTreePluginPortworxUnregister: {
425-
{Version: version.MustParse("1.23"), Default: false, PreRelease: featuregate.Alpha},
425+
{Version: version.MustParse("1.23"), Default: false, PreRelease: featuregate.Alpha}, // remove it along with CSIMigrationPortworx in 1.36
426426
},
427427

428428
JobBackoffLimitPerIndex: {

0 commit comments

Comments
 (0)