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
What happened (please include outputs or screenshots):
/home/arcivanov/.config/kubernator/python/20/kubernetes/client/exceptions.py:91: DeprecationWarning: HTTPResponse.getheaders() is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly.
self.headers = http_resp.getheaders()
What you expected to happen:
No deprecation warning
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
Kubernetes version (kubectl version):
OS (e.g., MacOS 10.13.6):
Python version (python --version)
Python client version (pip list | grep kubernetes)
The text was updated successfully, but these errors were encountered:
What happened (please include outputs or screenshots):
What you expected to happen:
No deprecation warning
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
kubectl version
):python --version
)pip list | grep kubernetes
)The text was updated successfully, but these errors were encountered: