Skip to content

Commit

Permalink
apiserver: unlock the RemainingItemCount feature gate
Browse files Browse the repository at this point in the history
Signed-off-by: Iceber Gu <[email protected]>
  • Loading branch information
Iceber committed Jun 18, 2024
1 parent 52576cb commit 1b58fbd
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 1b58fbd

Please sign in to comment.