mirror of
https://github.com/helm/helm.git
synced 2026-04-23 23:28:44 -04:00
docs(quickstart): add clarifications about RBAC, TLS (#3180)
This puts pointers to RBAC and TLS docs in the quickstart guide.
This commit is contained in:
parent
7f13e13a71
commit
79ccafde2b
1 changed files with 7 additions and 0 deletions
|
|
@ -20,6 +20,9 @@ $ kubectl config current-context
|
|||
my-cluster
|
||||
```
|
||||
|
||||
If your cluster has Role-Based Access Control (RBAC) enabled, you may want
|
||||
to [configure a service account and rules](service_account.md) before proceeding.
|
||||
|
||||
## Install Helm
|
||||
|
||||
Download a binary release of the Helm client. You can use tools like
|
||||
|
|
@ -45,6 +48,10 @@ This will install Tiller into the Kubernetes cluster you saw with
|
|||
|
||||
**TIP:** When you want to upgrade Tiller, just run `helm init --upgrade`.
|
||||
|
||||
By default, when Tiller is installed,it does not have authentication enabled.
|
||||
To learn more about configuring strong TLS authentication for Tiller, consult
|
||||
[the Tiller TLS guide](tiller_ssl.md).
|
||||
|
||||
## Install an Example Chart
|
||||
|
||||
To install a chart, you can run the `helm install` command. Helm has
|
||||
|
|
|
|||
Loading…
Reference in a new issue