-
Notifications
You must be signed in to change notification settings - Fork 145
Connection broken when calling watch() #313
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
Comments
self = <urllib3.response.HTTPResponse object at 0x7f19f6ac63c8>
E urllib3.exceptions.ProtocolError: ('Connection broken: IncompleteRead(0 bytes read)', IncompleteRead(0 bytes read)) |
Is this the same bug I'm getting with OKD4? If it is, it looks like it's in urllib3's ability to parse okd4.
|
This is expected behavior, you need to handle the error and re-establish the watch. Related issue in the kubernetes-client (which is where this behavior is coming from): kubernetes-client/python#869 And an issue proposing a fix (by implementing higher level informers): kubernetes-client/python#868 |
Calling watch() (openshift.dynamic.client.DynamicClient#watch) fail from time to time with error urllib3.exceptions.ProtocolError: ('Connection broken: IncompleteRead(0 bytes read)', IncompleteRead(0 bytes read))
The text was updated successfully, but these errors were encountered: