Unverified Commit 79ccafde authored by Matt Butcher's avatar Matt Butcher Committed by GitHub

docs(quickstart): add clarifications about RBAC, TLS (#3180)

This puts pointers to RBAC and TLS docs in the quickstart guide.
parent 7f13e13a
...@@ -20,6 +20,9 @@ $ kubectl config current-context ...@@ -20,6 +20,9 @@ $ kubectl config current-context
my-cluster 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 ## Install Helm
Download a binary release of the Helm client. You can use tools like 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 ...@@ -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`. **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 ## Install an Example Chart
To install a chart, you can run the `helm install` command. Helm has To install a chart, you can run the `helm install` command. Helm has
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment