Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upget an error when list namespaced config map: Connection broken: IncompleteRead(168520010 bytes read)', IncompleteRead(168520010 bytes read))' #1225
Labels
Comments
|
could you try |
|
I use |
|
could you use kubectl with verbose logging maybe also enable debug logging in python client to get more info about the server's response. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened (please include outputs or screenshots):
I want to list config map in a namespace, but I get an error like:
connectionpool.py:661|connectionpool.urlopen|Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection broken: IncompleteRead(168520010 bytes read)', IncompleteRead(168520010 bytes read))': /api/v1/namespaces/kube-haproxy/configmapshere is my code:
waiting for a long time, I get an error like:
and the number of configmap in the namespace is 409.
What you expected to happen:
list configmap in namespace success.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
the number of configmap in the namespace is 409.
Environment:
kubectl version): v1.16.3python --version): Python 3.8.1pip list | grep kubernetes)11.0.0