OpenShift Template Operations

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

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/

Modify the Template for New Projects

https://docs.openshift.com/container-platform/latest/admin_guide/managing_projects.html#modifying-the-template-for-new-projects

1. Start with the current default project template:

oadm create-bootstrap-project-template -o yaml > new-project-template.yaml

It will produce a file similar to this: OpenShift Default New Project Template