If I start openshift with "sudo ./openshift start" and then try to log in like
this:
oc login -u system:admin
What would cause this:
Authentication required for
https://192.168.1.15:8443 (openshift)
Username: system:admin
Password:
error: username system:admin is invalid for basic auth
When I start with "oc cluster up" I do not get asked for a password and it
"just works"