Skip to content

Commit b690c4f

Browse files
committed
feature gate comment
1 parent 1d75220 commit b690c4f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pkg/features/kube_features.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,9 @@ const (
592592
// owner: @derekwaynecarr
593593
//
594594
// Enables kubelet support to size memory backed volumes
595-
SizeMemoryBackedVolumes featuregate.Feature = "SizeMemoryBackedVolumes" // remove in 1.35
595+
// This is a kubelet only feature gate.
596+
// Code can be removed in 1.35 without any consideration for emulated versions.
597+
SizeMemoryBackedVolumes featuregate.Feature = "SizeMemoryBackedVolumes"
596598

597599
// owner: @mattcary
598600
//

0 commit comments

Comments
 (0)