Skip to content

aaron-trout/get_helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Python script for installing kubernetes helm.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages