diff --git a/dev_guide/templates.adoc b/dev_guide/templates.adoc index eceafd538211..971bab483e50 100644 --- a/dev_guide/templates.adoc +++ b/dev_guide/templates.adoc @@ -51,8 +51,16 @@ A template describes a set of resources intended to be used together that can be ==== +== Creating a Project From a Template + +You can create a project from a template that has been uploaded to your OpenShift instance. After a template has been uploaded, you can create a new project from either the Management Console or the CLI. + +On the Management Console, click on the Create button on the project page. It will then ask you to choose the template to create from, or upload a new template. + +On the CLI, you can create a template json file, then upload it with the process outlined in the link:../cli_reference/basic_cli_operations.adoc[Project Operations] section. + == Labels -link:../architecture/kubernetes_model.html#label[Labels] are used to manage and organize generated resources, such as pods. The labels specified in the template are applied to every resource that is generated from the template. +link:../architecture/core_objects/kubernetes_model.html#label[Labels] are used to manage and organize generated resources, such as pods. The labels specified in the template are applied to every resource that is generated from the template. There is also the ability to add labels in the template from the command line.