## OpenShift Limits [UP](Useful-OpenShift-Commands.html) create the limit range ```shell oc create -f -n ``` view limits: ```shell oc get limits -n ``` describe the limit ranges: ```shell oc describe limit resource-limits -n ``` delete limits ```shell oc delete limit ```