Releases: kubernetes-client/python
Kubernetes Python Client Beta 1 Release
Getting started:
pip install --pre --upgrade kubernetes
Or from source, download attached zip file, then
unzip client-python-1.0.0b1.zip
cd client-python-1.0.0b1
python setup.py install
Then follow examples in https://github.com/kubernetes-incubator/client-python/tree/release-1.0/examples
Changelog: https://github.com/kubernetes-incubator/client-python/blob/master/CHANGELOG.md
Kubernetes Python Client Alpha 5 Release
Getting started:
pip install --upgrade kubernetes
Or from source, download attached zip file, then
unzip client-python-1.0.0a5.zip
cd client-python-1.0.0a5
python setup.py install
Then follow examples in https://github.com/kubernetes-incubator/client-python/tree/release-1.0/examples
Changelog: https://github.com/kubernetes-incubator/client-python/blob/master/CHANGELOG.md
Kubernetes Python Client Alpha 4 Release
Getting started:
pip install --upgrade kubernetes
Or from source, download attached zip file, then
unzip client-python-1.0.0a4.zip
cd client-python-1.0.0a4
python setup.py install
Then follow examples in https://github.com/kubernetes-incubator/client-python/tree/release-1.0/examples
Changelog: https://github.com/kubernetes-incubator/client-python/blob/master/CHANGELOG.md
Kubernetes Python Client Alpha 3 Release
Getting started:
pip install --upgrade kubernetes
Or from source, download attached zip file, then
unzip client-python-1.0.0a3.zip
cd client-python-1.0.0a3
python setup.py install
Then follow examples in https://github.com/kubernetes-incubator/client-python/tree/release-1.0/examples
Changelog: https://github.com/kubernetes-incubator/client-python/blob/master/CHANGELOG.md
First release of kubernetes python client
Getting started:
pip install kubernetes
Then follow examples in https://github.com/kubernetes-incubator/client-python/tree/release-1.0/examples
Changelog:
- Initial version
- auto-generated client from K8s OpenAPI spec
- kube-config support
- in-cluster config support: Run scripts inside kubernetes cluster
- watch support