Skip to content

Kubernetes Python Client v6.1.0 stable Release

Compare
Choose a tag to compare
@roycaihw roycaihw released this 09 Nov 00:30
6bcca10

NOTE: The v6.1.0 Python client is generated from Kubernetes 1.10.10 API with Python 3.7 support. It contains BREAKING CHANGE mentioned in the CHANGELOG. Python 3.7 was released after v6.0.0 release. It's not necessary to upgrade your client to v6.1.0 if you do not use Python 3.7+.

Getting started:

pip install kubernetes==6.1.0

Or from source, download attached zip file, then

unzip python-6.1.0.zip
cd python-6.1.0
python setup.py install

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

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