summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorMike Lewis <mlewis@gitlab.com>2019-02-22 19:06:28 +0000
committerMike Lewis <mlewis@gitlab.com>2019-02-22 19:06:28 +0000
commit5d798372edd387cdcd41940c9fb3edb14f0ad53d (patch)
tree36015db5f7f9212d4cc2b87a8a4d4e4c66ad2cb0 /doc/install
parent6749455ebb2461c3838ed8cbe7aa94517285ca8b (diff)
downloadgitlab-ce-5d798372edd387cdcd41940c9fb3edb14f0ad53d.tar.gz
Minor edits to tiller
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/kubernetes/preparation/tiller.md4
1 files changed, 2 insertions, 2 deletions
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 <cluster-name> --zone <zone> --project <project-id> --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