installing helm v2 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
- Change Git commit user name and author
- Category
- Shell
- Title
- xampp linux
- Category
- Shell
- Title
- submit pyspark job
- Category
- Shell
- Title
- : sudo apt install apache2
- Category
- Shell
- Title
- serverless not using aws profile
- Category
- Shell
- Title
- get full path of files in directory linux command
- Category
- Shell
- Title
- run msi on linux
- Category
- Shell
- Title
- brew reinstall mysql
- Category
- Shell
- Title
- git refusing to merge unrelated histories
- Category
- Shell
- Title
- find npm version
- Category
- Shell
- Title
- How to Install & Run CodeIgniter Framework
- Category
- Shell
- Title
- install requests python
- Category
- Shell
- Title
- rename a file in linux
- Category
- Shell
- Title
- test project at a previous point in history in github
- Category
- Shell
- Title
- run jar file command line
- Category
- Shell
- Title
- kill a process at a port
- Category
- Shell
- Title
- install minikube
- Category
- Shell
- Title
- git replace local branch with remote
- Category
- Shell
- Title
- checking if a directory exists in bash
- Category
- Shell
- Title
- remove directory in cmd
- Category
- Shell
- Title
- install phantomjs
- Category
- Shell
- Title
- ubuntu mongodb not starting
- Category
- Shell
- Title
- install gulp
- Category
- Shell
- Title
- add known host github
- Category
- Shell
- Title
- how to upgrade maven in linux
- Category
- Shell
- Title
- kali linux command download
- Category
- Shell
- Title
- ubuntu du sort by dir size
- Category
- Shell
- Title
- remove gitignore files
- Category
- Shell
- Title
- github compare commits
- Category
- Shell
- Title
- rejected master -> master (non-fast-forward)
- Category
- Shell
- Title
- shell get size of directory
- Category
- Shell
- Title
- how to install flutter
- Category
- Shell
- Title
- how to install mysql python
- Category
- Shell
- Title
- html webpack plugin
- Category
- Shell
- Title
- vi replace all
- Category
- Shell
- Title
- wireshark export list of ip addresses
- Category
- Shell
- Title
- install redis
- Category
- Shell
- Title
- material ui install
- Category
- Shell
- Title
- ubuntu remove git from folder
- Category
- Shell
- Title
- A template was not provided. This is likely because you're using an outdated version of create-react-app. Please note that global installs of create-react-app are no longer supported.
- Category
- Shell
- Title
- create new branch git
- Category
- Shell
- Title
- vim display whitespace
- Category
- Shell
- Title
- how to totally uninstall prettier
- Category
- Shell
- Title
- is there a steam repository for kali linux
- Category
- Shell
- Title
- git fatal: remote origin already exists.
- Category
- Shell
- Title
- create-react-app typescript
- Category
- Shell
- Title
- aws cli install
- Category
- Shell
- Title
- bash remove random files from directory
- Category
- Shell
- Title
- bash script until loop
- Category
- Shell
- Title
- install packages with pip from python
- Category
- Shell
- Title
- archlinux install chrome
- Category
- Shell
- Title
- last_ack
- Category
- Shell
- Title
- how to install programs in ubuntu using terminal
- Category
- Shell
- Title
- upgrade .net core 2.2 to 3.1
- Category
- Shell
- Title
- git store credentials
- Category
- Shell
- Title
- move all subfolders to parent folder linux
- Category
- Shell
- Title
- how to undo a modified file in git
- Category
- Shell
- Title
- vue cli upgrade
- Category
- Shell
- Title
- linux multiline commet
- Category
- Shell
- Title
- linux zip all folders except one
- Category
- Shell
- Title
- sum of output unix
- Category
- Shell
- Title
- flutter not finding android sdk
- Category
- Shell
- Title
- git init repo
- Category
- Shell
- Title
- only show first lines linux
- Category
- Shell
- Title
- git branch command
- Category
- Shell
- Title
- heroku cli
- Category
- Shell
- Title
- ImportError: No module named alsaaudio
- Category
- Shell
- Title
- git help
- Category
- Shell
- Title
- git undo last commit
- Category
- Shell
- Title
- redirect folder to 403
- Category
- Shell
- Title
- kill process in windows powershell
- Category
- Shell
- Title
- git use file credential
- Category
- Shell
- Title
- linux search for line in file
- Category
- Shell
- Title
- grub file path
- Category
- Shell
- Title
- git checkout to remote branch
- Category
- Shell
- Title
- linux change hostname
- Category
- Shell
- Title
- disable swap ubuntu 18.04
- Category
- Shell
- Title
- how to install conda using pip
- Category
- Shell
- Title
- git abandon merge
- Category
- Shell
- Title
- powershell pip install module
- Category
- Shell
- Title
- if else in mac terminal
- Category
- Shell
- Title
- get ip
- Category
- Shell
- Title
- ubuntu copy
- Category
- Shell
- Title
- install makecert windows 10
- Category
- Shell
- Title
- kill all screens linux
- Category
- Shell
- Title
- pkg-config: No such file or directory
- Category
- Shell
- Title
- cudnn version linux
- Category
- Shell
- Title
- How to Install a LAMP stack on a Linode Server
- Category
- Shell
- Title
- php install apcu
- Category
- Shell
- Title
- ubuntu delete from ssh known hosts
- Category
- Shell
- Title
- linux memory cache clear
- Category
- Shell
- Title
- create a new project with create-react-app
- Category
- Shell
- Title
- how to install vue in laravel
- Category
- Shell
- Title
- ruby for loop
- Category
- Shell
- Title
- view git branches most recent first
- Category
- Shell
- Title
- pytesseract
- Category
- Shell
- Title
- bash find files and operator
- Category
- Shell
- Title
- git remove branch
- Category
- Shell
- Title
- change linux user password with script
- Category
- Shell
- Title
- cordova build release signed
- Category
- Shell