81666/how-to-add-user-to-a-group-in-minishift
Hi Guys,
I have created one group in Minishift. Now I want to add a user to this group. How can I do that?
Hi@akhtar,
You can add a user to a group. But for that, you need the admin power of the cluster. I have attached the command below.
$ oc adm groups add-users mygroup nadim group "mygroup" added: "nadim" $ oc get groups NAME USERS mygroup nadim
Hi@akhtar, You can use oc adm policy command ...READ MORE
Hi@akhtar, Role assigning to a group is a ...READ MORE
Hi@akhtar, You can add an SCC to your ...READ MORE
Hi@akhtar, You can create a secret using generic ...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, To create a group in Minishift, you ...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.