-
Notifications
You must be signed in to change notification settings - Fork 687
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
How to override the connect_timeout for the TCPMapping #5695
Comments
Hi @Karan-Khanchandani , the timeout you're trying is indeed mentioned in the docs. As such, we'd expect your idle_timeout_ms setting to at least appear in the Envoy config, but it does not. So this might be a bug. There are some other timeout specs available on Mappings. I'm not sure if they're enabled for the TCPMapping however. Or you can try this: |
Hi @cindymullins-dw I tried the timeouts mentioned in the docs. The Mapping
its envon.json entry
TCPMapping
envoy
I tried |
Just curious if you have you tried the idle_timeout_ms: "130000" value without the quotes so that it applies as an integer? We would have expected an error (perhaps in the logs) if the value type was invalid, but maybe something to check. |
Figured out how to reproduce the bug. Running |
@Karan-Khanchandani , did you have a chance to try idle_timeout_ms: 130000 value without the quotes? If that doesn't work we'll note as a bug. We don't believe the timeout_ms spec is available for TCP Mappings. |
Hi @cindymullins-dw Really sorry for the late reply. I tried to add idle_timeout_ms: 130000 value without the quotes. But I encountered an error
Here is the TCPMapping I was applying
Thanks! |
Describe the bug
Hi Team,
I created a
TCPMapping
mentioned belowBut when I check
envoy/envoy.json
inside the emissary-ingress pod, it is still showing the previous valueHow can I override
connect_timeout
here? I tried to find in docs but couldn't find any.To Reproduce
Steps to reproduce the behavior:
envoy/envoy.json
Expected behavior
A way to override the field
Versions (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: