
kubernetes 35.0.0
0
Kubernetes python client
Contents
Kubernetes python client
Stars: 7510, Watchers: 7510, Forks: 3471, Open Issues: 96The kubernetes-client/python repo was created 9 years ago and the last code push was 7 hours ago.
The project is extremely popular with a mindblowing 7510 github stars!
How to Install kubernetes
You can install kubernetes using pip
pip install kubernetes
or add it to a project with poetry
poetry add kubernetes
Package Details
- Author
- Kubernetes
- License
- Apache License Version 2.0
- Homepage
- https://github.com/kubernetes-client/python
- PyPi:
- https://pypi.org/project/kubernetes/
- GitHub Repo:
- https://github.com/kubernetes-client/python
Classifiers
- Utilities
Related Packages
Errors
A list of common kubernetes errors.
Code Examples
Here are some kubernetes code examples and snippets.
GitHub Issues
The kubernetes package has 96 open issues on GitHub
- Fix parse_rfc3339 AttributeError when timezone regex fails to match
- Handle BOOKMARK events in watch.py
- Bump openapi-generator to v6.6.0
- Fix broken docs jobs and update-client script
- Create SECURITY.md
- [WIP] implement pod exec v5
- Fix: handle invalid RFC3339 expirationTimestamp in exec plugin output
- ADAL "extras" dependency triggers security findings
- removed six dependency
- Fix: correect header retrieval for urllib3 compatibility
- Kubernetes Clients breaks with urllib3 2.6.0
- NO_PROXY/no_proxy env vars not working as expected, as of 34.1.0
- urllib3 pinned to <2.4.0 breaks packaging
- Update kube_config.py
- Kubernetes Python Client to return "Terminating" for terminating pods
pythonfix