-
Notifications
You must be signed in to change notification settings - Fork 574
Bug 1949799: Set maximum for ingresscontroller spec.tuningOptions.threadCount to 64 #920
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
Bug 1949799: Set maximum for ingresscontroller spec.tuningOptions.threadCount to 64 #920
Conversation
As of this commit HAProxy only supports up to 64 threads
@rfredette: This pull request references Bugzilla bug 1949799, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
Requesting review from QA contact: In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: rfredette The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Reducing the number of threads may cause the ingress controller | ||
to perform poorly." | ||
format: int32 | ||
maximum: 64 |
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.
You're changing a value from previously unbounded? What is the chance that this value is currently set higher than 64 in existing clusters?
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.
The field is new in 4.8, but even if someone is running a 4.8 pre-release build and threadCound
is set above 64, HAProxy exits with a fatal error and the router pods quickly end up in CrashLoopBackOff state, so it shouldn't be possible that a working cluster has threadCount
set above 64.
I think the review comments are addressed. Can we move this along now? |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deads2k, frobware, rfredette The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@rfredette: All pull requests linked via external trackers have merged: Bugzilla bug 1949799 has been moved to the MODIFIED state. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
As of this PR, HAProxy only supports up to 64 threads