From 79ccafde2b4bc26829054fbbef9ca0c99f6ecd61 Mon Sep 17 00:00:00 2001 From: Matt Butcher Date: Tue, 21 Nov 2017 12:53:32 -0700 Subject: [PATCH] docs(quickstart): add clarifications about RBAC, TLS (#3180) This puts pointers to RBAC and TLS docs in the quickstart guide. --- docs/quickstart.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/quickstart.md b/docs/quickstart.md index dcf266867..729a9c9e2 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -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