OpenShift Create an Application from a Template

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

Overview

new-app can also be used to instantiate a stored template:

oc new-app [--template=]example-template --param=USERNAME=somevalue
oc new-app jenkins-persistent

The template can be examined and edited before instantiation.