Skip to content

Commit a6494ec

Browse files
committed
features: bump proc mount to on by default beta
following user namespaces Signed-off-by: Peter Hunt <[email protected]>
1 parent aa35eff commit a6494ec

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

pkg/features/kube_features.go

+1
Original file line numberDiff line numberDiff line change
@@ -1580,6 +1580,7 @@ var defaultVersionedKubernetesFeatureGates = map[featuregate.Feature]featuregate
15801580
ProcMountType: {
15811581
{Version: version.MustParse("1.12"), Default: false, PreRelease: featuregate.Alpha},
15821582
{Version: version.MustParse("1.31"), Default: false, PreRelease: featuregate.Beta},
1583+
{Version: version.MustParse("1.33"), Default: true, PreRelease: featuregate.Beta},
15831584
},
15841585

15851586
QOSReserved: {

test/compatibility_lifecycle/reference/versioned_feature_list.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -1089,6 +1089,10 @@
10891089
lockToDefault: false
10901090
preRelease: Beta
10911091
version: "1.31"
1092+
- default: true
1093+
lockToDefault: false
1094+
preRelease: Beta
1095+
version: "1.33"
10921096
- name: QOSReserved
10931097
versionedSpecs:
10941098
- default: false

0 commit comments

Comments
 (0)