Skip to content
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

Remove confusing error message due to timeout/watch #4

Open
szuecs opened this issue Aug 10, 2018 · 2 comments
Open

Remove confusing error message due to timeout/watch #4

szuecs opened this issue Aug 10, 2018 · 2 comments
Labels
enhancement New feature or request

Comments

@szuecs
Copy link
Member

szuecs commented Aug 10, 2018

These error messages coming from glog, but we should delete these log entries, because the behaviour is intended and the client-go timeout works for WATCH, but not for all other API calls.

...
ERROR: logging before flag.Parse: E0808 14:07:03.579958       1 streamwatcher.go:109] Unable to decode an event from the watch stream: net/http: request canceled (Client.Timeout exceeded while reading body)
ERROR: logging before flag.Parse: E0808 14:07:33.581389       1 streamwatcher.go:109] Unable to decode an event from the watch stream: net/http: request canceled (Client.Timeout exceeded while reading body)
@szuecs szuecs added the enhancement New feature or request label Aug 10, 2018
@mikkeloscar
Copy link
Contributor

Maybe we just drop the timeout on the client-go configuration since it doesn't seem to work anyway 😒

@szuecs
Copy link
Member Author

szuecs commented Aug 17, 2018

We have to investigate what happens if we use no Timeout, but the custom Transport introduced in #24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants