Difference between revisions of "Helm v2: helm init"
Jump to navigation
Jump to search
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | ||
+ | <code>helm init</code> is deprecated in [[Helm v3]] | ||
+ | |||
+ | [[helm]] init --stable-repo-url=https://charts.helm.sh/stable [[--service-account]] [[tiller]] --tiller-image [[ghcr.io]]/helm/tiller:v2.16.1 | ||
+ | Creating /Users/YOUR_USER/[[.helm]] | ||
+ | Creating /Users/YOUR_USER/.helm/repository | ||
+ | Creating /Users/YOUR_USER/.helm/repository/cache | ||
+ | Creating /Users/YOUR_USER/.helm/repository/local | ||
+ | Creating /Users/YOUR_USER/.helm/plugins | ||
+ | Creating /Users/YOUR_USER/.helm/starters | ||
+ | Creating /Users/YOUR_USER/.helm/cache/archive | ||
+ | Creating /Users/YOUR_USER/.helm/repository/repositories.yaml | ||
+ | Adding stable repo with URL: https://charts.helm.sh/stable | ||
+ | Adding local repo with URL: http://127.0.0.1:8879/charts | ||
+ | [[$HELM_HOME]] has been configured at /Users/YOUR_USER/.helm. | ||
+ | |||
+ | Tiller (the Helm server-side component) has been installed into your Kubernetes Cluster. | ||
+ | |||
+ | Please note: by default, Tiller is deployed with an insecure 'allow unauthenticated users' policy. | ||
+ | To prevent this, run `helm init` with the --tiller-tls-verify flag. | ||
+ | For more information on securing your installation see: https://v2.helm.sh/docs/securing_installation/ | ||
+ | |||
+ | |||
You can explicitly tell helm init to… | You can explicitly tell helm init to… | ||
Line 9: | Line 31: | ||
* Install [[Tiller]] with a Service Account with --service-account (for RBAC enabled clusters) | * 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 | * Install Tiller without mounting a service account with --automount-service-account false | ||
+ | |||
+ | == Related == | ||
+ | * <code>[[$HOME/.helm]]</code> | ||
+ | * <code>[[helm init --upgrade]]</code> | ||
== See also == | == See also == | ||
− | * {{ | + | * {{helm init}} |
+ | * {{helm}} | ||
+ | |||
+ | [[Category:Helm]] |
Latest revision as of 05:21, 16 August 2022
helm init
is deprecated in Helm v3
helm init --stable-repo-url=https://charts.helm.sh/stable --service-account tiller --tiller-image ghcr.io/helm/tiller:v2.16.1 Creating /Users/YOUR_USER/.helm Creating /Users/YOUR_USER/.helm/repository Creating /Users/YOUR_USER/.helm/repository/cache Creating /Users/YOUR_USER/.helm/repository/local Creating /Users/YOUR_USER/.helm/plugins Creating /Users/YOUR_USER/.helm/starters Creating /Users/YOUR_USER/.helm/cache/archive Creating /Users/YOUR_USER/.helm/repository/repositories.yaml Adding stable repo with URL: https://charts.helm.sh/stable Adding local repo with URL: http://127.0.0.1:8879/charts $HELM_HOME has been configured at /Users/YOUR_USER/.helm.
Tiller (the Helm server-side component) has been installed into your Kubernetes Cluster.
Please note: by default, Tiller is deployed with an insecure 'allow unauthenticated users' policy. To prevent this, run `helm init` with the --tiller-tls-verify flag. For more information on securing your installation see: https://v2.helm.sh/docs/securing_installation/
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
Related[edit]
See also[edit]
helm init (deprecated), helm init --upgrade, helm init --canary-image
- 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: