-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Description
What happened (please include outputs or screenshots):
Kubernetes API response:
Response is not chunked. Header 'transfer-encoding: chunked' is missing.
What you expected to happen:
Python client should add transfer-encoding header, when allow_watch_bookmarks is True https://kubernetes.io/docs/reference/using-api/api-concepts/#watch-bookmarks
How to reproduce it (as minimally and precisely as possible):
Run watcher for any object list.
Anything else we need to know?:
Environment:
- Kubernetes version (
kubectl version): 1.17.0 - OS (e.g., MacOS 10.13.6): Windows 10
- Python version (
python --version): 3.8 - Python client version (
pip list | grep kubernetes): 11.0.0
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.