-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Fix duplicate timeout directive #17030
Fix duplicate timeout directive #17030
Conversation
When haproxy.router.openshift.io/timeout is set the template is setting the timeout directive twice. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1503637
PTAL @openshift/networking |
/lgtm |
@@ -346,10 +346,6 @@ backend be_secure:{{$cfgIdx}} | |||
timeout server {{$value}} | |||
{{- end }} {{/* end balance algorithm setting. */}} |
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.
Is the comment {{/* end balance algorithm setting. */}}
actually correct?
I think I'd just lose it.
/test |
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.
/lgtm
/approve Thanks @imcsk8 |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: imcsk8, knobunc, pravisankar The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
/kind bug |
/retest |
Automatic merge from submit-queue. |
When haproxy.router.openshift.io/timeout is set the template
is setting the timeout directive twice.
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1503637