Installing Helm
You can also find the URL to the latest binaries from the OKD web console by clicking the ? icon in the upper-right corner and selecting Command Line Tools.
Prerequisites
- You have installed Go, version 1.13 or higher.
Download the Helm binary and add it to your path:
Linux (x86_64, amd64)
Linux on IBM zSystems and IBM® LinuxONE (s390x)
Make the binary file executable:
-
$ helm version
Example output
Download the latest .exe file and put in a directory of your preference.
Right click Start and click Control Panel.
Select System and Security and then click System.
From the menu on the left, select Advanced systems settings and click Environment Variables at the bottom.
Click New and type the path to the folder with the
.exe
file into the field or click Browse and select the directory, and click OK.
Click Search and type
env
or .Select Edit environment variables for your account.
Select Path from the Variable section and click Edit.
Click New and type the path to the directory with the exe file into the field or click Browse and select the directory, and click OK.
Download the Helm binary and add it to your path:
Make the binary file executable:
# chmod +x /usr/local/bin/helm