installing helm and tiller on minikube
#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:
- babel source maps
- git push to heroku
- rtl8821ce driver linux
- linux while loop
- python install mysql connector
- ubuntu show disk space
- generate ssh key paitr
- compress folder ubuntu
- raspberry wifi scan
- bash generate random number between 1 10
- how to install docker ubuntu
- how to set date in linux
- git branch command
- publish ionic app
- material ui install
- npm ERR! path /usr/local/lib/nodejs/node-v10.15.3-linux-x64/lib/node_modules while installing angular cli
- how to find a file in linux terminal
- gunicorn launch django cmd
- install chrome in ubuntu 16.04 using terminal
- How to upload a files to a repository on github using gitbash
- clone repository git
- code to change the mac address kali linux
- How to Install & Run CodeIgniter Framework
- configure samba on RPI