Difference between revisions of "Helm v2: helm init"
Jump to navigation
Jump to search
(Created page with "{{lc}} == See also == * {{Helm}}") |
|||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
+ | 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 == | == See also == | ||
* {{Helm}} | * {{Helm}} |
Revision as of 10:56, 15 June 2022
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
- 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: