81591/how-to-assign-cluster-level-role-to-a-user-in-minishift
Hi Guys,
I have created one user in the Minishift cluster. I want to assign a cluster role to this user. How can I do that?
Hi@akhtar,
You can use oc adm policy command to do cluster level tasks. This command will allow to assign cluster role to a user as shown below.
$ oc adm policy add-cluster-role-to-user cluster-admin nadim cluster role "cluster-admin" added: "nadim"
Hi@akhtar, You can create a secret using generic ...READ MORE
Hi@akhtar, You can add a user to a ...READ MORE
Hi@MD, You can use oc new-app command in ...READ MORE
Hi@akhtar, To create a group in Minishift, you ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
It can work if you try to put ...READ MORE
When you use docker-compose down, all the ...READ MORE
Hi@akhtar, You can give different roles to different ...READ MORE
Hi@akhtar, Role assigning to a group is a ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.