Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install helm

curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3
chmod 700 get_helm.sh
./get_helm.sh
Comment

helm install

$ curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3
$ chmod 700 get_helm.sh
$ ./get_helm.sh
Comment

installing helm on linux

helm_ver=v3.8.1
wget -qO- https://get.helm.sh/helm-${helm_ver}-linux-amd64.tar.gz | tar zx linux-amd64/helm
sudo mv linux-amd64/helm /usr/local/bin
sudo chmod +x /usr/local/bin/helm
rm -rf linux-amd64
Comment

install helm

curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
chmod 700 get_helm.sh
./get_helm.sh
Comment

PREVIOUS NEXT
Code Example
Shell :: Git - show all commits 
Shell :: creating icon for nativescript app 
Shell :: how to check ssh agent is running in git bash 
Shell :: shell save variable 
Shell :: git undo all changes 
Shell :: tar append 
Shell :: does Ubuntu MATE have ssh 
Shell :: postgresql.conf position 
Shell :: delete ec2 from terraform 
Shell :: creating a branch from a commit 
Shell :: howdy install 
Shell :: create gz in ubuntu 
Shell :: how to create a shortcut in ubuntu 
Shell :: rman commands 
Shell :: how to download file from terminal ssh 
Shell :: disable snap 
Shell :: have all changes from a local branch to a new local branch git 
Shell :: git force overwrite of local files 
Shell :: git push specific branch 
Shell :: how to use git stash in current branch 
Shell :: Error: Cannot perform an interactive login from a non TTY device 
Shell :: shell script to convert yaml 
Shell :: git stash to checkout master 
Shell :: update helm repo 
Shell :: linux how to execute a script 
Shell :: gnu octave ubuntu 20.04 
Shell :: microsoft team ubuntu 
Shell :: git fork 
Shell :: vim delete word without yank 
Shell :: revert the revert 
ADD CONTENT
Topic
Content
Source link
Name
5+8 =