-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
(feat/ #374) support proxy timeout #1075
Conversation
Coverage increased (+0.01%) to 43.965% when pulling 5179323e3bfcd399d6cf88f1486b4ccb7d6cfd87 on zjj2wry:feat/proxy_timeout into faf80ad on kubernetes:master. |
@zjj2wry please use the existing approach to parse annotations https://github.com/kubernetes/ingress/tree/master/core/pkg/ingress/annotations |
Also change the name to something like proxy-stream-timeout |
5179323
to
13ab894
Compare
@aledbf now set this config in global. and must restart can be reload. |
/lgtm |
@zjj2wry thanks! |
I set it up like this and restarted all the pods, and found that it hasn't changed. It's still the default 600s. |
apiVersion: v1 I set it up like this and restarted all the pods, and found that it hasn't changed. It's still the default 600s. |
try use |
Is it solved? |
#374
add ingress.kubernetes.io/proxyTimeout annotation in L4-configmap. default alse 600s.