You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The kubeadmin username and password are output in a single line in the install logs when the install completes.
INFO kubeadmin user password: <password>
The first time I ran this, it took me a couple of tries to figure out that kubeadmin was the actual username.
What you expected to happen?
The output should be formatted to explicitly express the username and password:
Login with admin user: username: kubeadmin password: <password>
or something along those lines. Also, the URL to the newly created cluster should be somewhere in the default log level output so that the user doesn't have to open the kubeconfig file and search for it.
How to reproduce it (as minimally and precisely as possible)?
INFO The cluster is ready when 'oc login -u kubeadmin -p 5char-5char-5char-5char' succeeds (wait a few minutes).
/close
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
Version
Platform (aws|libvirt|openstack):
AWS
What happened?
The kubeadmin username and password are output in a single line in the install logs when the install completes.
INFO kubeadmin user password: <password>
The first time I ran this, it took me a couple of tries to figure out that
kubeadmin
was the actual username.What you expected to happen?
The output should be formatted to explicitly express the username and password:
or something along those lines. Also, the URL to the newly created cluster should be somewhere in the default log level output so that the user doesn't have to open the kubeconfig file and search for it.
How to reproduce it (as minimally and precisely as possible)?
$ openshift-install create cluster
References
Relatest to #782
The text was updated successfully, but these errors were encountered: