-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Add proxy-send-timeout to configmap key and annotation #616
Conversation
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.
@LorcanMcVeigh
Looks good.
Please add ProxySendTimeout here https://github.com/nginxinc/kubernetes-ingress/blob/c03735c6fa580c1ca8e1692ed46c7f0b41cfaff3/internal/configs/version1/templates_test.go#L60
Have you tested how this change affects VS/VSR upstreams? The expected behavior is that the ConfigMap now sets the default send-timeout
for Upstreams https://github.com/nginxinc/kubernetes-ingress/blob/master/docs/virtualserver-and-virtualserverroute.md#Upstream Please make sure it is the case and update the documentation for the send-timeout
field accordingly.
fb77fdc
to
685194c
Compare
yes that works and i've updated the docs |
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 except for a small typo in the doc I think.
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.
Looks good. Tested using ingress resource, and also with using vs/vsrs. Appears to be in working order
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.
Looks good. But please fix the typo mentioned in https://github.com/nginxinc/kubernetes-ingress/pull/616/files#r300727258
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.
👍
2b0231e
to
31405b2
Compare
31405b2
to
27706c9
Compare
Allow the admin/user to configure the send timeout for https using
proxy_send_timeout
directive or for gRPC services usinggrpc_send_timeout
directive.Checklist
Before creating a PR, run through this checklist and mark each as complete.