Skip to content

Commit

Permalink
contrib/internal/manifests: remove limit for staleList
Browse files Browse the repository at this point in the history
The kube-apiserver doesn't handle pagination for stale list.

Signed-off-by: Wei Fu <[email protected]>
  • Loading branch information
fuweid committed Apr 3, 2024
1 parent 1b684c4 commit edecbea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion contrib/internal/manifests/loadprofile/ekswarmup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ loadProfile:
- staleList:
version: v1
resource: pods
limit: 500
shares: 1000 # chance 1000 / (1000 + 100 + 100)
- quorumList:
version: v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ loadProfile:
- staleList:
version: v1
resource: pods
limit: 500
shares: 1000 # chance 1000 / (1000 + 100 + 100)
- quorumList:
version: v1
Expand Down

0 comments on commit edecbea

Please sign in to comment.