OpenShift Create an Application from a Template: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * oc new-app * Application Operations =Overview=")
 
 
Line 5: Line 5:


=Overview=
=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 [[OpenShift_Template_Operations#Look_at_a_Template|examined]] and [[OpenShift_Template_Operations#Edit_a_Template|edited]] before instantiation.

Latest revision as of 00:55, 20 January 2018

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.