Oc create: Difference between revisions
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
<pre> | <pre> | ||
oc create -f quota-def-file. | oc create -f quota-def-file.json --namespace=my-project | ||
</pre> | </pre> | ||
Revision as of 23:53, 11 May 2017
Internal
Overview
Creating a Resource Quota
oc create -f quota-def-file.json --namespace=my-project
Create a S2I Build
oc new-app -o json ... oc create -f .../s2i.json
oc new-app should be used to create the build directly, this is the preferred approach.