Difference between revisions of "Tiller"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
export TILLER_TAG=v2.0.0-beta.1 # Select your version to install | export TILLER_TAG=v2.0.0-beta.1 # Select your version to install | ||
− | kubectl --namespace=[[kube-system]] set image deployments/tiller-deploy tiller=ghcr.io/helm/tiller:$TILLER_TAG | + | kubectl --namespace=[[kube-system]] [[set image]] deployments/tiller-deploy tiller=ghcr.io/helm/tiller:$TILLER_TAG |
deployment "tiller-deploy" image updated | deployment "tiller-deploy" image updated | ||
Revision as of 12:19, 21 July 2022
helm init --stable-repo-url=https://charts.helm.sh/stable --service-account tiller --tiller-image ghcr.io/helm/tiller:v2.16.1
kubectl -n kube-system create serviceaccount tiller kubectl create clusterrolebinding tiller --clusterrole=cluster-admin --serviceaccount=kube-system:tiller
export TILLER_TAG=v2.0.0-beta.1 # Select your version to install kubectl --namespace=kube-system set image deployments/tiller-deploy tiller=ghcr.io/helm/tiller:$TILLER_TAG deployment "tiller-deploy" image updated
Related
See also
- Helm,
helm
[repo | template
|list
|install | unsintall
|create
|show | pull | push
|status | history | plugin
|search | upgrade | delete | lint | test | package | dependency | get | rollback | version | --help]
,helm@2
, Chart file structure, Helm Charts,values.yaml, chart.yaml
, Helm functions, Helm versions,helmfile
Deprecated:init
, variables, Mapkubeapis, .helmignore
Advertising: