Skip to content

Commit

Permalink
Merge pull request #675 from Iceber/unlock_remaining_item_count
Browse files Browse the repository at this point in the history
apiserver: unlock the RemainingItemCount feature gate
  • Loading branch information
Iceber authored Jun 18, 2024
2 parents 52576cb + 1b58fbd commit 3990a98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/apiserver/app/apiserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ func init() {
gates := utilfeature.DefaultMutableFeatureGate.GetAll()
gate := gates[genericfeatures.RemainingItemCount]
gate.Default = false
gate.LockToDefault = false
gates[genericfeatures.RemainingItemCount] = gate

utilfeature.DefaultMutableFeatureGate = featuregate.NewFeatureGate()
Expand Down

0 comments on commit 3990a98

Please sign in to comment.