Skip to content

Commit

Permalink
features: promote UserNamespacesSupport to beta
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
  • Loading branch information
giuseppe committed Mar 2, 2024
1 parent 87a057d commit 4c81e5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/features/kube_features.go
Original file line number Diff line number Diff line change
Expand Up @@ -822,6 +822,7 @@ const (
// owner: @rata, @giuseppe
// kep: https://kep.k8s.io/127
// alpha: v1.25
// beta: v1.30
//
// Enables user namespace support for stateless pods.
UserNamespacesSupport featuregate.Feature = "UserNamespacesSupport"
Expand Down Expand Up @@ -1153,7 +1154,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS

VolumeCapacityPriority: {Default: false, PreRelease: featuregate.Alpha},

UserNamespacesSupport: {Default: false, PreRelease: featuregate.Alpha},
UserNamespacesSupport: {Default: false, PreRelease: featuregate.Beta},

WinDSR: {Default: false, PreRelease: featuregate.Alpha},

Expand Down

0 comments on commit 4c81e5c

Please sign in to comment.