-
Notifications
You must be signed in to change notification settings - Fork 587
types/ingress: add new tuning option: maxConnections #1161
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
types/ingress: add new tuning option: maxConnections #1161
Conversation
b0e336e to
3cab877
Compare
operator/v1/0000_50_ingress-operator_00-ingresscontroller.crd.yaml
Outdated
Show resolved
Hide resolved
Switch from the unsupported config override to the tuning option introduced in openshift/api#1161.
gcs278
left a comment
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.
Reviewed and updates look good to me. Will let others lgtm.
7cc4481 to
5ed19fc
Compare
Switch from the unsupported config override to the tuning option introduced in openshift/api#1161.
5ed19fc to
d927d92
Compare
|
The API itself looks ok, but I'd like to understand how the operator will ensure the pods can function. I expected to see something like, "the operator may choose to increase memory requests to cover higher values". Not a specific promise of how or how much, but an indication that the operator will make adjustments |
d927d92 to
46280bf
Compare
Switch from the unsupported config override to the tuning option introduced in openshift/api#1161.
Switch from the unsupported config override to the tuning option introduced in openshift/api#1161.
46280bf to
a98c1c6
Compare
Switch from the unsupported config override to the tuning option introduced in openshift/api#1161.
a98c1c6 to
0c7ae02
Compare
e323cdd to
60d1090
Compare
Adds a new field to the IngressController API to allow the maximum number of simultaneous connections (i.e., maxconn) be configurable by cluster administrators: openshift/enhancements#1084
60d1090 to
4d31f71
Compare
|
@frobware: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. I understand the commands that are listed here. |
|
looks great. /lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deads2k, frobware The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/label docs-approved |
|
/label px-approved |
|
/label qe-approved |
$ go get github.com/openshift/api@1469fac35c7515f007526e51f519eef7339a1bbb $ go mod vendor $ go mod tidy
Switch from the unsupported config override to the tuning option introduced in openshift/api#1161.
$ go get github.com/openshift/api@1469fac35c7515f007526e51f519eef7339a1bbb $ go mod vendor $ go mod tidy
$ go get github.com/openshift/api@1469fac35c7515f007526e51f519eef7339a1bbb $ go mod vendor $ go mod tidy
Adds a new field to the IngressController API to allow the maximum
number of simultaneous connections (i.e., maxconn) be configurable by
cluster administrators:
openshift/enhancements#1084