Skip to content

Commit

Permalink
Merge pull request kubevirt#10582 from orelmisan/rm-nonroot-deprecate…
Browse files Browse the repository at this point in the history
…d-fg

Remove leftover NonRootExperimental feature gate
  • Loading branch information
kubevirt-bot authored Oct 24, 2023
2 parents 5a8e08b + a890070 commit 85e9173
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion pkg/virt-api/webhooks/fuzz/fuzz_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ func fuzzKubeVirtConfig(seed int64) *virtconfig.ClusterConfig {
virtconfig.MacvtapGate,
virtconfig.PasstGate,
virtconfig.DownwardMetricsFeatureGate,
virtconfig.NonRootDeprecated,
virtconfig.NonRoot,
virtconfig.Root,
virtconfig.ClusterProfiler,
Expand Down
2 changes: 0 additions & 2 deletions pkg/virt-config/feature-gates.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ const (
MacvtapGate = "Macvtap"
PasstGate = "Passt"
DownwardMetricsFeatureGate = "DownwardMetrics"
NonRootDeprecated = "NonRootExperimental"
NonRoot = "NonRoot"
Root = "Root"
ClusterProfiler = "ClusterProfiler"
Expand Down Expand Up @@ -88,7 +87,6 @@ var deprecatedFeatureGates = [...]string{
LiveMigrationGate,
SRIOVLiveMigrationGate,
NonRoot,
NonRootDeprecated,
PSA,
CPUNodeDiscoveryGate,
}
Expand Down

0 comments on commit 85e9173

Please sign in to comment.