installing helm and tiller on minikube
Shell
#installing helm
curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get > install-helm.sh
bash install-helm.sh
#Create the Tiller service account
kubectl create serviceaccount tiller --namespace kube-system
#Bind the Tiller service account to the cluster-admin role
kubectl create clusterrolebinding tiller --clusterrole cluster-admin --serviceaccount=kube-system:tiller
#initialisr helm with service account "tiller"
helm init --service-account tiller
#sharing YAML file to bind tiller service account to cluster-admin role
#Yo can use this YAML file if you do not want to do binding with command
# and want to know further.
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1beta1
metadata:
name: tiller-clusterrolebinding
subjects:
- kind: ServiceAccount
name: tiller
namespace: kube-system
roleRef:
kind: ClusterRole
name: cluster-admin
apiGroup: ""
Also in Shell:
- Title
- send file to aws ec2 termnal
- Category
- Shell
- Title
- a2ensite example.
- Category
- Shell
- Title
- clear untracked files git
- Category
- Shell
- Title
- diff files in different repositories
- Category
- Shell
- Title
- update node version mac
- Category
- Shell
- Title
- list all ssh connections ubuntu
- Category
- Shell
- Title
- linux start mongodb
- Category
- Shell
- Title
- git load all submodules
- Category
- Shell
- Title
- git flow hotfix
- Category
- Shell
- Title
- How to delete docker images from docker hub using a shell script serverfault
- Category
- Shell
- Title
- grep ignore case
- Category
- Shell
- Title
- npm install react
- Category
- Shell
- Title
- ubuntu dock setting
- Category
- Shell
- Title
- check powershell version
- Category
- Shell
- Title
- install nginx on ubuntu 18.04
- Category
- Shell
- Title
- using regex in bash conditional statement
- Category
- Shell
- Title
- getcwd() failed: No such file or directory linux server
- Category
- Shell
- Title
- how to install mysql python
- Category
- Shell
- Title
- grep regex not
- Category
- Shell
- Title
- move a branch back in git
- Category
- Shell
- Title
- how to echo to a file in linux
- Category
- Shell
- Title
- linux check timezone
- Category
- Shell
- Title
- git go to previous branch
- Category
- Shell
- Title
- vagrant 16
- Category
- Shell
- Title
- disable open file explorer erverytime i connect usb ubuntu
- Category
- Shell
- Title
- webpack uninstall npm
- Category
- Shell
- Title
- long term projects for java learners
- Category
- Shell
- Title
- get ip
- Category
- Shell
- Title
- loop through directories bash
- Category
- Shell
- Title
- git eof config
- Category
- Shell
- Title
- netstat column headers
- Category
- Shell
- Title
- grep not
- Category
- Shell
- Title
- delete a deployment in kubernetes
- Category
- Shell
- Title
- how to install gulp
- Category
- Shell
- Title
- git remove cached directory
- Category
- Shell
- Title
- Macbook git user config global
- Category
- Shell
- Title
- how to check in which brach we are in git
- Category
- Shell
- Title
- random in mac terminal
- Category
- Shell
- Title
- install react yarn
- Category
- Shell
- Title
- git discard staged changes
- Category
- Shell
- Title
- homestead.yaml adding provisions
- Category
- Shell
- Title
- instalación de angular cli
- Category
- Shell
- Title
- updating git on mac
- Category
- Shell
- Title
- ubuntu install tree
- Category
- Shell
- Title
- git get remote branches
- Category
- Shell
- Title
- pod install ruby: bad interpreter: No such file or directory
- Category
- Shell
- Title
- git remove remote file keep local
- Category
- Shell
- Title
- remove systemd service
- Category
- Shell
- Title
- how to upload on github with command
- Category
- Shell
- Title
- install mongodb 2018 instructions
- Category
- Shell
- Title
- linux view directory premmisiosns
- Category
- Shell
- Title
- pod update specific pod
- Category
- Shell
- Title
- install drush on windoes 10
- Category
- Shell
- Title
- kill all screen sessions linux
- Category
- Shell
- Title
- @react-navigation/drawer install
- Category
- Shell
- Title
- gats gatsby-plugin-offline
- Category
- Shell
- Title
- unity application cant be opened on mac
- Category
- Shell
- Title
- gparted ubuntu
- Category
- Shell
- Title
- linux add alias
- Category
- Shell
- Title
- npm install express-handlebars
- Category
- Shell
- Title
- beautifulsoup4 install
- Category
- Shell
- Title
- bash edit prompt display appearance
- Category
- Shell
- Title
- process runninng on particular port
- Category
- Shell
- Title
- git undo merge
- Category
- Shell
- Title
- check 64 or 32 bit linux
- Category
- Shell
- Title
- ssh usage copy file
- Category
- Shell
- Title
- screen recorder linux
- Category
- Shell
- Title
- How to Install & Run CodeIgniter Framework
- Category
- Shell
- Title
- heroku and github on termi
- Category
- Shell
- Title
- install windows service
- Category
- Shell
- Title
- docker install ubuntu
- Category
- Shell
- Title
- terminal how to find a file name
- Category
- Shell
- Title
- linux df -h levels occupy
- Category
- Shell
- Title
- join linux to ad domain
- Category
- Shell
- Title
- rpm fusion repo install fedora
- Category
- Shell
- Title
- special bash variables
- Category
- Shell
- Title
- how to restart docker linux
- Category
- Shell
- Title
- how to check error logs in linux
- Category
- Shell
- Title
- nmcli connect wifi
- Category
- Shell
- Title
- composer autoload dump
- Category
- Shell
- Title
- git delete remote branch error: unable to delete remote ref does not exist
- Category
- Shell
- Title
- ubuntu list users
- Category
- Shell
- Title
- npm install cli vue
- Category
- Shell
- Title
- brew install atom
- Category
- Shell
- Title
- kernel headers were not found vmware kali linux
- Category
- Shell
- Title
- git rebase
- Category
- Shell
- Title
- git switch branch
- Category
- Shell
- Title
- pytype
- Category
- Shell
- Title
- change linux user password with script
- Category
- Shell
- Title
- linux copy
- Category
- Shell
- Title
- ubuntu run multiple commands in one line and let them run after close shell
- Category
- Shell
- Title
- install apache ubuntu
- Category
- Shell
- Title
- git show staged files
- Category
- Shell
- Title
- git show diff between branches
- Category
- Shell
- Title
- start multiple bash processes and wait for all to complete
- Category
- Shell
- Title
- comment in shell script
- Category
- Shell
- Title
- copy folder linux
- Category
- Shell
- Title
- powershell import-certificate trusted publisher
- Category
- Shell
- Title
- launch sublime from terminal
- Category
- Shell
- Title
- laravel installation from github
- Category
- Shell