This is a cache of https://docs.openshift.com/container-platform/3.3/architecture/core_concepts/templates.html. It is a snapshot of the page at 2024-09-29T04:06:59.946+0000.
Templates - Core Concepts | Architecture | OpenShift Container Platform 3.3
×

Overview

A template describes a set of objects that can be parameterized and processed to produce a list of objects for creation by OpenShift Container Platform. The objects to create can include anything that users have permission to create within a project, for example services, build configurations, and deployment configurations. A template may also define a set of labels to apply to every object defined in the template.

See the template guide for details about creating and using templates.