Difference between revisions of "Helm v2: helm init"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 +
 +
[[helm]] init --stable-repo-url=https://charts.helm.sh/stable [[--service-account]] tiller --tiller-image [[ghcr.io]]/helm/tiller:v2.16.1
 +
  
 
You can explicitly tell helm init to…
 
You can explicitly tell helm init to…
Line 12: Line 15:
 
== See also ==
 
== See also ==
 
* {{Helm}}
 
* {{Helm}}
 +
 +
[[Category:Helm]]

Revision as of 15:33, 22 June 2022

helm init --stable-repo-url=https://charts.helm.sh/stable --service-account tiller --tiller-image ghcr.io/helm/tiller:v2.16.1


You can explicitly tell helm init to…

  • Install the canary build with the --canary-image flag
  • Install a particular image (version) with --tiller-image
  • Install to a particular cluster with --kube-context
  • Install into a particular namespace with --tiller-namespace
  • Install Tiller with a Service Account with --service-account (for RBAC enabled clusters)
  • Install Tiller without mounting a service account with --automount-service-account false

See also

Advertising: