Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 534 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 534 Bytes

get_helm

Python script for installing kubernetes helm.

The script calls the Github API to find the latest release of helm, downloads the .tar.gz archive from Google Cloud storage, extracts the helm binary into the location specified and makes it executable by the current user.

Requirements / limitations

Currently requires Python 3.6+ due to use of f-strings.

It uses only modules from the python standard library.

Usage

$ python3 get_helm.py /usr/local/bin/helm