How to apply Quotas to Multiple Projects in Minishift

0 votes

Hi Guys,

I have configured Minishift. I already created some projects. Now I want to apply quotas to these projects. How can I do that?

Aug 26, 2020 in DevOps Tools by akhtar
• 38,230 points
471 views

1 answer to this question.

0 votes

Hi@akhtar,

The ClusterResourceQuota resource is created at cluster level, in a similar way to a persistent volume, and specifies resource constraints that apply to multiple projects. You can use the below command.

$ oc create clusterquota user-qa  --project-annotation-selector openshift.io/requester=qa  --hard pods=12,secrets=20
answered Aug 26, 2020 by MD
• 95,440 points

Related Questions In DevOps Tools

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
648 views
0 votes
1 answer

How to expose an app in Minishift?

Hi@akhtar, To expose your app, you need to ...READ MORE

answered Aug 18, 2020 in DevOps Tools by MD
• 95,440 points
427 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
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,460 views
+2 votes
1 answer
0 votes
1 answer

How to install minishift in windows system?

Hi@akhtar, To install Minishift manually on Windows using Windows Installer, ...READ MORE

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

How to create Users with the HTPasswd Identity Provider in Minishift?

Hi@akhtar, You can create a user using htpasswd ...READ MORE

answered Aug 18, 2020 in DevOps Tools by MD
• 95,440 points
678 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