Skip to content

Instantly share code, notes, and snippets.

View sumitridhal's full-sized avatar
💭
I may be slow to respond.

Sumit Ridhal sumitridhal

💭
I may be slow to respond.
View GitHub Profile
@sumitridhal
sumitridhal / openshift-cheatsheet.md
Created February 15, 2023 07:32 — forked from rafaeltuelho/openshift-cheatsheet.md
My Openshift Cheatsheet

My Openshift Cheatsheet

Project Quotes, Limits and Templates

  • Cluster Quota
oc create clusterquota env-qa \
    --project-label-selector environment=qa \
    --hard pods=10,services=5
    
oc create clusterquota user-qa \