Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.
robbaronbu edited this page May 23, 2017 · 2 revisions

UP: https://github.com/CCI-MOC/moc-public/wiki/Useful-OpenShift-Commands

create the limit range

oc create -f <limit range yml file from 1> -n <project>

view limits:

oc get limits -n <project>

describe the limit ranges:

oc describe limit resource-limits -n <project>

delete limits

oc delete limit <limit name>
Clone this wiki locally