Skip to content

Kubernetes Python Client v11.0.0 Stable Release

Compare
Choose a tag to compare
@roycaihw roycaihw released this 12 Mar 19:22
6b268fb

Getting started:

pip install kubernetes==11.0.0

Or from source, download attached zip file, then

unzip client-python-11.0.0.zip
cd client-python-11.0.0
python setup.py install

Then follow examples in https://github.com/kubernetes-client/python/tree/release-11.0/examples

Changelog: https://github.com/kubernetes-client/python/blob/release-11.0/CHANGELOG.md