-
Notifications
You must be signed in to change notification settings - Fork 192
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
OCPBUGS-43745: Add support for IdleCloseTerminationPolicy #1166
base: master
Are you sure you want to change the base?
OCPBUGS-43745: Add support for IdleCloseTerminationPolicy #1166
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
@frobware: This pull request references Jira Issue OCPBUGS-43745, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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 openshift-eng/jira-lifecycle-plugin repository. |
/hold Many commits should never merge. |
a7dea46
to
991d367
Compare
/testwith openshift/cluster-ingress-operator/release-4.18/e2e-aws-operator openshift/router#639 |
@frobware,
|
/testwith openshift/cluster-ingress-operator/master/e2e-aws-operator openshift/router#639 |
991d367
to
052f6b6
Compare
052f6b6
to
0aa6244
Compare
/testwith openshift/cluster-ingress-operator/master/e2e-aws-operator openshift/router#639 |
0aa6244
to
1072f8f
Compare
1072f8f
to
f89fbb2
Compare
Add a `/custom-response` endpoint that returns a configurable response via the `CUSTOM_RESPONSE` environment variable.
f89fbb2
to
9707f72
Compare
/testwith openshift/cluster-ingress-operator/master/e2e-aws-operator openshift/router#639 |
Pickup openshift/api#2102 $ go mod edit -replace github.com/openshift/api=github.com/frobware/api@000e4bc7faace3e166e649c8bba32db0b1570c13 $ go mod tidy $ go mod vendor $ make update
9707f72
to
77673b3
Compare
Introduce logic in desiredRouterDeployment to set the environment variable `ROUTER_IDLE_CLOSE_ON_RESPONSE` when the `IdleConnectionTerminationPolicy` field in the IngressController spec is set to `Deferred`. This change enables configuring HAProxy with the `idle-close-on-response` option for better control over idle connection termination behaviour.
/testwith openshift/cluster-ingress-operator/master/e2e-aws-operator openshift/router#639 |
77673b3
to
3029807
Compare
@frobware: The following tests failed, say
Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
Introduce logic in desiredRouterDeployment to set the environmentvariable
ROUTER_IDLE_CLOSE_ON_RESPONSE
when theIdleConnectionTerminationPolicy
field in the IngressController spec is set toDeferred
. This change enables configuring HAProxy with theidle-close-on-response
option for better control over idle connection termination behaviour.Requires: