OpenShift Template Operations: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 7: | Line 7: | ||
oc get templates -n openshift | oc get templates -n openshift | ||
=Upload a Template to the Current Project= | |||
oc create -f <''template-file.json|yaml''> |
Revision as of 20:19, 2 November 2017
Internal
Get a List of Templates for a Specific Project
oc get templates -n openshift
Upload a Template to the Current Project
oc create -f <template-file.json|yaml>