From 943aaf84e52c5d2a46e156be2bb43cf30cc1e640 Mon Sep 17 00:00:00 2001
From: Matthew Mosesohn <mmosesohn@mirantis.com>
Date: Mon, 11 Sep 2017 12:47:04 +0300
Subject: [PATCH] Update getting-started.md

---
 docs/getting-started.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/getting-started.md b/docs/getting-started.md
index d96ae3ea7..65b590a2f 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -81,7 +81,7 @@ Kubespray permits connecting to the cluster remotely on any IP of any
 kube-master host on port 6443 by default. However, this requires 
 authentication. One could generate a kubeconfig based on one installed 
 kube-master hosts (needs improvement) or connect with a username and password.
-By default, two users are created: `kube` and `admin` with the same password.
+By default, a user with admin rights is created, named `kube`.
 The password can be viewed after deployment by looking at the file 
 `PATH_TO_KUBESPRAY/credentials/kube_user`. This contains a randomly generated
 password. If you wish to set your own password, just precreate/modify this
-- 
GitLab