Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install helm on minikube

#for latest version of helm on uuntu

curl https://baltocdn.com/helm/signing.asc | sudo apt-key add -
sudo apt-get install apt-transport-https --yes
echo "deb https://baltocdn.com/helm/stable/debian/ all main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
sudo apt-get update
sudo apt-get install helm
Comment

helm install on minikube

curl https://baltocdn.com/helm/signing.asc | gpg --dearmor | sudo tee /usr/share/keyrings/helm.gpg > /dev/null
sudo apt-get install apt-transport-https --yes
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/helm.gpg] https://baltocdn.com/helm/stable/debian/ all main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
sudo apt-get update
sudo apt-get install helm
Comment

PREVIOUS NEXT
Code Example
Shell :: can i do git push to heroku branch which isnt a master or main 
Shell :: netcat reverse shell 
Shell :: git update .gitignore 
Shell :: scp from local to remote 
Shell :: extract tar gz file windows 
Shell :: bash command in variable 
Shell :: import single table from mysql dump 
Shell :: best source code editor 
Shell :: install composer in ubuntu 
Shell :: git ignore all files and folders in folder 
Shell :: make only one digit input box 
Shell :: cmd file list to text 
Shell :: git remove from history 
Shell :: linus display ORACLE_HOME 
Shell :: update gradle version command line 
Shell :: git repo example 
Shell :: create ssh key 
Shell :: access wiindows host from wsl2 
Shell :: android studio tortoisegit 
Shell :: cronjob in termux 
Shell :: Abort a Conflicting Merge in git command 
Shell :: ubuntu absolute path of file 
Shell :: inicializar as credenciais no git 
Shell :: get code back after hard reset 
Shell :: scp linux 
Shell :: how to update or upgrade sql server on ubuntu 
Shell :: run crontab on mac 
Shell :: latte dock application launcher shortcut 
Shell :: remove branch not published yet 
Shell :: -----Mg: *scratch* (fundamental)----All-------------------------------------------------------------------------------- 
ADD CONTENT
Topic
Content
Source link
Name
7+2 =