Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Lewis <mlewis@gitlab.com>2019-02-22 22:06:28 +0300
committerMike Lewis <mlewis@gitlab.com>2019-02-22 22:06:28 +0300
commit5d798372edd387cdcd41940c9fb3edb14f0ad53d (patch)
tree36015db5f7f9212d4cc2b87a8a4d4e4c66ad2cb0 /doc
parent6749455ebb2461c3838ed8cbe7aa94517285ca8b (diff)
Minor edits to tiller
Diffstat (limited to 'doc')
-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