Skip to content

Commit 666efbb

Browse files
committed
UPSTREAM: <carry>: unset KubeletSeparateDiskGC
Signed-off-by: Peter Hunt <[email protected]>
1 parent 85ed8ee commit 666efbb

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
@@ -1459,7 +1459,7 @@ var defaultVersionedKubernetesFeatureGates = map[featuregate.Feature]featuregate
14591459

14601460
KubeletSeparateDiskGC: {
14611461
{Version: version.MustParse("1.29"), Default: false, PreRelease: featuregate.Alpha},
1462-
{Version: version.MustParse("1.31"), Default: true, PreRelease: featuregate.Beta},
1462+
{Version: version.MustParse("1.31"), Default: false, PreRelease: featuregate.Beta},
14631463
},
14641464

14651465
KubeletServiceAccountTokenForCredentialProviders: {

0 commit comments

Comments
 (0)