-
Notifications
You must be signed in to change notification settings - Fork 858
feat: use gameservers.lists.maxItems instead of a hardcoded limit #4246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Using the The complete error: `root@2ddf739d200f:/workspaces/agones/build# make gen-install mkdir -p ~/.kube/ |
Thanks, @lacroixthomas for the help to fix this! |
install/yaml/install.yaml
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change is not related to my changes but this is how the new install.yaml file got regenerated
/gcbrun |
Build Succeeded 🥳 Build Id: 50854079-a8d7-433c-a210-e8119671a0d3 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
@markmandel @lacroixthomas : let me know if this needs more work or we should merge it |
I'm back from devcom and Gamescom - I can peek at this shortly! |
What type of PR is this?
What this PR does / Why we need it:
The number of items in a list are bounded to the hardcoded value of 1000. During load tests, this value seems too low so a mechanism to configure it was put in place using Helm values. The default is still 1000 to be backwards compatible.
Which issue(s) this PR fixes:
Closes #4192
Special notes for your reviewer: