OpenShift Template Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 11: Line 11:


  oc create -f <''template-file.json|yaml''>
  oc create -f <''template-file.json|yaml''>
=Creating a Template=
{{External|https://blog.openshift.com/part-2-creating-a-template-a-technical-walkthrough/}}

Revision as of 20:29, 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>

Creating a Template

https://blog.openshift.com/part-2-creating-a-template-a-technical-walkthrough/