-
Install Helm version 3.4.1 from https://helm.sh/ on Linux client by running the following command:
curl -s https://get.helm.sh/helm-v3.4.1-linux-386.tar.gz | tar xz
- Locate the Helm executable in your machine and add that path in the Environment Variable
$PATH.
Also, update the PATH variable in your Linux login profile script.
- Run the
oc login to cluster
command to log in to the OpenShift
cluster.
- Run the
helm version
command to verify the version of the installed Helm
client and to view additional information about the Helm client.
You can also install the Helm client from the Command Line Tools menu that is
available in the OpenShift 4.6 Web Console. For more information, see the OpenShift documentation.