How to assign edit role to a group in Minishift

0 votes

Hi Guys,

I have one group in Minishift. I want to assign an edit role to this group. How can I do that?

Aug 19, 2020 in DevOps Tools by akhtar
• 38,230 points
390 views

1 answer to this question.

0 votes

Hi@akhtar,

Role assigning to a group is a project level task. So you can use oc policy command. This command allows us to add a role to a group or a user as shown below.

$ oc policy add-role-to-group edit mygroup
role "edit" added: "mygroup"
answered Aug 19, 2020 by MD
• 95,440 points

Related Questions In DevOps Tools

0 votes
1 answer

How to create a group in Minishift?

Hi@akhtar, To create a group in Minishift, you ...READ MORE

answered Aug 18, 2020 in DevOps Tools by MD
• 95,440 points
435 views
0 votes
1 answer

How to add user to a group in Minishift?

Hi@akhtar, You can add a user to a ...READ MORE

answered Aug 19, 2020 in DevOps Tools by MD
• 95,440 points
1,149 views
0 votes
1 answer

How to create a secret from literals in Minishift Cluster?

Hi@akhtar, You can create a secret using generic ...READ MORE

answered Aug 18, 2020 in DevOps Tools by MD
• 95,440 points
870 views
0 votes
1 answer

How to create a new-app in Minishift?

Hi@MD, You can use oc new-app command in ...READ MORE

answered Aug 18, 2020 in DevOps Tools by akhtar
• 38,230 points
647 views
+1 vote
1 answer
0 votes
3 answers

Error while joining cluster with node

Hi Kalgi after following above steps it ...READ MORE

answered Jan 17, 2019 in Others by anonymous
14,523 views
+4 votes
1 answer

Installing Web UI (Dashboard):kubernetes-dashboard on main Ubuntu 16.04.6 LTS (Xenial Xerus) server

Follow these steps: $ kubeadm reset $ kubeadm init ...READ MORE

answered Apr 12, 2019 in Kubernetes by Kalgi
• 52,360 points

reshown Apr 12, 2019 by Kalgi 5,975 views
0 votes
1 answer

How to add edit role to a user in Minishift?

Hi@akhtar, You can give different roles to different ...READ MORE

answered Aug 18, 2020 in DevOps Tools by MD
• 95,440 points
493 views
0 votes
1 answer

How to assign cluster-level role to a user in Minishift?

Hi@akhtar, You can use oc adm policy command ...READ MORE

answered Aug 18, 2020 in DevOps Tools by MD
• 95,440 points
457 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP