Merge pull request #1648 from kubernetes-incubator/mattymo-patch-1

Update getting-started.md
This commit is contained in:
Brad Beam 2017-09-11 17:55:51 -05:00 committed by GitHub
commit a51104e844

View file

@ -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