From 5d798372edd387cdcd41940c9fb3edb14f0ad53d Mon Sep 17 00:00:00 2001 From: Mike Lewis Date: Fri, 22 Feb 2019 19:06:28 +0000 Subject: Minor edits to tiller --- doc/install/kubernetes/preparation/tiller.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/install/kubernetes/preparation/tiller.md b/doc/install/kubernetes/preparation/tiller.md index 798414a99e0..88e287bb44f 100644 --- a/doc/install/kubernetes/preparation/tiller.md +++ b/doc/install/kubernetes/preparation/tiller.md @@ -54,13 +54,13 @@ Some clusters require authentication to use `kubectl` to create the Tiller roles #### Upload the RBAC config as an admin user (GKE) -For GKE, you need to grab the admin credentials. This command will output the admin password: +For GKE, you need to obtain the admin credentials. This command will output the admin password: ``` gcloud container clusters describe --zone --project --format='value(masterAuth.password)' ``` -Use the admin password to set the admin credentials (replace password below with output value from above step): +Use the admin password to set the admin credentials. Replace the password value below with the output value from the above step: ``` kubectl config set-credentials admin --username=admin --password=xxxxxxxxxxxxxx -- cgit v1.2.3