OpenShift Template Operations: Difference between revisions
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
{{External|https://blog.openshift.com/part-2-creating-a-template-a-technical-walkthrough/}} | {{External|https://blog.openshift.com/part-2-creating-a-template-a-technical-walkthrough/}} | ||
=Modify the Template for | =Modify the Template for New Projects= | ||
{{External|https://docs.openshift.com/container-platform/latest/admin_guide/managing_projects.html#modifying-the-template-for-new-projects}} | {{External|https://docs.openshift.com/container-platform/latest/admin_guide/managing_projects.html#modifying-the-template-for-new-projects}} |
Revision as of 20:41, 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>