I guess that Harald wants something that is handled by the installation
playbooks.

On Thu, Mar 28, 2019 at 12:07 PM Samuel Martín Moro <faus...@gmail.com>
wrote:

> > on the master instead, then it seems there is no way to assign
> > the cluster-admin role anymore.
>
> Of course there is.
>
> cp -p /etc/origin/master/admin.kubeconfig ~/.kube/config
>
> [fix perms if needed / assuming root@master, no need to do so]
>
> oc whoami would confirm you're now logged in as system:admin
>
>
>
>
> On Thu, Mar 28, 2019 at 1:48 PM Harald Dunkel <harald.dun...@aixigo.de>
> wrote:
>
>> Hi folks,
>>
>> I have added these lines to my inventory file to deploy okd 3.11:
>>
>> # login credentials for admin accout
>> openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login':
>> 'true', 'challenge': 'true', 'kind': 'HTPasswdPasswordIdentityProvider'}]
>> openshift_master_htpasswd_users={'admin':
>> '$apr1$xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'}
>>
>>
>> Obviously this is not enough: I have to manually run
>>
>> oc create clusterrolebinding registry-controller
>> --clusterrole=cluster-admin --user=admin
>>
>> after deploying the cluster. Can this additional step be made
>> automatic somehow? Its easy to forget, and if you just run
>>
>> # oc login -u admin
>>
>> on the master instead, then it seems there is no way to assign
>> the cluster-admin role anymore.
>>
>>
>> ???
>>
>> Every helpful hint is highly appreciated
>> Harri
>>
>> _______________________________________________
>> users mailing list
>> users@lists.openshift.redhat.com
>> http://lists.openshift.redhat.com/openshiftmm/listinfo/users
>>
>
>
> --
> Samuel Martín Moro
> {EPITECH.} 2011
>
> "Nobody wants to say how this works.
>  Maybe nobody knows ..."
>                       Xorg.conf(5)
> _______________________________________________
> users mailing list
> users@lists.openshift.redhat.com
> http://lists.openshift.redhat.com/openshiftmm/listinfo/users
>
_______________________________________________
users mailing list
users@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Reply via email to