Difference between revisions of "Tiller"

From wikieduonline
Jump to navigation Jump to search
Line 14: Line 14:
  
 
  helm list
 
  helm list
  Error: could not find tiller
+
  [[Error: could not find tiller]]
  
  

Revision as of 10:02, 8 August 2022

wikipedia:Tiller

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


helm list
Error: could not find tiller


Related

See also

Advertising: