I installed OpenShift origin (openshift-origin-client-tools-v3.11.0-0cbc58b-linux-64bit) and when I tried to login with oc login it asks for username and password.
If I type any username like bob and then any password like 123 it login successfully but without permissions.
[root@ip-10-0-0-12 centos]# oc get pods
No resources found.
Error from server (Forbidden): pods is forbidden: User "bob" cannot list pods in the namespace "default": no RBAC policy matched
So I tried to login as the admin system:admin but it asks for password and I don't have the password, I have two certificates of two system:admin users in the /root/.kube/config file:
-name: system:admin/10-0-0-12:8443
...
-name: system:admin/127-0-0-1:8443
How can I login as the admin of the cluster ?