OpenShift Create an Application from a Template

From NovaOrdis Knowledge Base
Revision as of 00:55, 20 January 2018 by Ovidiu (talk | contribs) (→‎Overview)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.