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 1d75220 commit b690c4fCopy full SHA for b690c4f
pkg/features/kube_features.go
@@ -592,7 +592,9 @@ const (
592
// owner: @derekwaynecarr
593
//
594
// Enables kubelet support to size memory backed volumes
595
- SizeMemoryBackedVolumes featuregate.Feature = "SizeMemoryBackedVolumes" // remove in 1.35
+ // 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"
598
599
// owner: @mattcary
600
0 commit comments