Skip to content

Latest commit

 

History

History

Utility Functions To Help Manage kubectl and helm Installations

For up-to-date information, please refer to the

  1. kubectl
  2. helm documentation

The get_kubectl.sh and get_helm.sh scripts automate this process. These have to be run using the entrypoint.sh script. For example:

# Enter ineractive mode
./entrypoint.sh bash
# Install kubectl and helm on an AMD64 linux machine
get_kubectl -n linux -a amd64
get_helm -n linux -a amd64