1- = Image Streams and Templates
1+ = Loading Image Streams and Templates
22{product-author}
33{product-version}
44:data-uri:
@@ -13,18 +13,18 @@ toc::[]
1313== Overview
1414
1515ifdef::openshift-enterprise[]
16- Your OpenShift installation includes a useful set of Red Hat-provided
16+ Your OpenShift installation includes useful sets of Red Hat-provided
1717link:../architecture/core_concepts/builds_and_image_streams.html#image-streams[image
1818streams] and link:../architecture/core_concepts/templates.html[templates] to
1919make it easy for developers to create new applications. By default, the
2020link:../install_config/install/quick_install.html[quick installation] and
2121link:../install_config/install/advanced_install.html[advanced installation]
2222methods automatically create these sets in the *openshift* project, which is a
23- default global project to which all users have view access.
23+ default global project to which all users have view access.
2424endif::[]
2525
2626ifdef::openshift-origin[]
27- You can populate your OpenShift installation with a useful set of
27+ You can populate your OpenShift installation with useful sets of
2828Red Hat-provided
2929link:../architecture/core_concepts/builds_and_image_streams.html#image-streams[image streams] and
3030link:../architecture/core_concepts/templates.html[templates] to
@@ -72,32 +72,40 @@ Middleware Services::
7272- link:../using_images/xpaas_images/data_grid.html[JBoss Data Grid]
7373endif::[]
7474
75- You can check which default image streams and templates are currently available
76- in your OpenShift environment by logging into the web console and clicking *Add
77- to Project*, or getting the lists for the *openshift* project using the CLI:
75+ [[before-you-begin-istemps]]
76+ == Before You Begin
7877
78+ Before you consider using the `oc create` commands contained within this topic,
79+ confirm if these sets are already registered in your cluster.
80+ To check which image streams and templates are currently available
81+ in your OpenShift environment you can:
82+
83+ * Log into the web console and click *Add to Project*.
84+ +
85+ Or,
86+ * List them for the *openshift* project using the CLI:
87+ +
7988----
8089$ oc get is -n openshift
8190$ oc get templates -n openshift
8291----
8392
84- The JSON object definitions used to create these sets are installed on the file
85- system of your master during
93+ The JSON object definitions used to create these sets are automatically
94+ installed on the file system of your master during
8695ifdef::openshift-enterprise[]
8796a link:../install_config/install/quick_install.html[quick] or
8897endif::[]
8998an
9099link:../install_config/install/advanced_install.html[advanced installation].
91100If you used another method to install, or if the default image streams and
92- templates are ever removed or changed, you can use the following instructions to
101+ templates are ever removed or changed, you can follow this topic to
93102create the default objects yourself. Otherwise, the following instructions are
94103not necessary.
95104
96105[[is-templates-prereqs]]
97106== Prerequisites
98107
99- Before you can create the default image streams and templates (if they do not
100- already exist):
108+ Before you can create the default image streams and templates:
101109
102110- The
103111link:../install_config/install/docker_registry.html[integrated Docker registry]
0 commit comments