HTTPProxy timeoutPolicy.response of "0s" (as mentioned in docs) is NOT infinite #2544
Labels
area/documentation
Issues or PRs related to documentation.
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
lifecycle/accepted
Denotes an issue that has been triaged and determined to be valid.
Milestone
With contour 1.4.0, I've just attempted to set a timeoutPolicy.response, and "0s" doesn't seem to work.
I expected the value "0s" to mean an infinite timeout, as the docs describe:
First with
"infinity"
(as worked in the old Ingress annotation):That gives a timeout of zero in Envoy's
/config_dump
:But then with
"0s"
(as described in thetimeoutPolicy
documentation):That gives a default setting (no timeout field) in Envoy's
/config_dump
:So I have a workaround (setting timeoutPolicy.response to "infinity"), but either there's a bug or the docs are out of date. 😺
The text was updated successfully, but these errors were encountered: