Merge pull request #1648 from kubernetes-incubator/mattymo-patch-1
Update getting-started.md
This commit is contained in:
commit
a51104e844
1 changed files with 1 additions and 1 deletions
|
@ -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
|
kube-master host on port 6443 by default. However, this requires
|
||||||
authentication. One could generate a kubeconfig based on one installed
|
authentication. One could generate a kubeconfig based on one installed
|
||||||
kube-master hosts (needs improvement) or connect with a username and password.
|
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
|
The password can be viewed after deployment by looking at the file
|
||||||
`PATH_TO_KUBESPRAY/credentials/kube_user`. This contains a randomly generated
|
`PATH_TO_KUBESPRAY/credentials/kube_user`. This contains a randomly generated
|
||||||
password. If you wish to set your own password, just precreate/modify this
|
password. If you wish to set your own password, just precreate/modify this
|
||||||
|
|
Loading…
Reference in a new issue