Adi Epshtain
Results
1
issues of
Adi Epshtain
list_pod_for_all_namespaces urllib3.exceptions.ProtocolError: Connection broken: InvalidChunkLength
3
**What happened (please include outputs or screenshots)**: Sometimes code failed on: ``` for pod_event in self._watcher.stream(func=self._core_api.list_pod_for_all_namespaces, **watch_kwargs): ``` Getting this exception: ``` urllib3.exceptions.ProtocolError: ("Connection broken: InvalidChunkLength(got length b'', 0 bytes...
kind/bug