You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: