Browse Source

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

Update getting-started.md
pull/1487/merge
Brad Beam 7 years ago
committed by GitHub
parent
commit
a51104e844
1 changed files with 1 additions and 1 deletions
  1. 2
      docs/getting-started.md

2
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

Loading…
Cancel
Save