Update var doc about users accounts (#1685)

pull/1696/merge
Maxim Krasilnikov 2017-09-25 14:20:00 +03:00 committed by Matthew Mosesohn
parent 6f17d0817b
commit bc15ceaba1
1 changed files with 5 additions and 2 deletions

View File

@ -129,5 +129,8 @@ The possible vars are:
#### User accounts #### User accounts
Kubespray sets up two Kubernetes accounts by default: ``root`` and ``kube``. Their By default, a user with admin rights is created, named `kube`.
passwords default to changeme. You can set this by changing ``kube_api_pwd``. 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
file yourself or change `kube_api_pwd` var.