Skip to content

Commit 005774a

Browse files
authored
Merge pull request #38914 from Amrita42/OSDOCS-2567
OSDOCS-2567: Overview of images
2 parents 4f5e385 + d6030db commit 005774a

14 files changed

+84
-15
lines changed

_topic_maps/_topic_map.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,7 @@ Dir: registry
12031203
Distros: openshift-enterprise,openshift-origin
12041204
Topics:
12051205
- Name: Registry overview
1206-
File: index
1206+
File: index
12071207
- Name: Image Registry Operator in OpenShift Container Platform
12081208
File: configuring-registry-operator
12091209
Distros: openshift-enterprise
@@ -1496,14 +1496,14 @@ Name: Images
14961496
Dir: openshift_images
14971497
Distros: openshift-enterprise,openshift-origin,openshift-online
14981498
Topics:
1499+
- Name: Overview of images
1500+
File: index
14991501
- Name: Configuring the Cluster Samples Operator
15001502
File: configuring-samples-operator
15011503
Distros: openshift-enterprise,openshift-origin
15021504
- Name: Using the Cluster Samples Operator with an alternate registry
15031505
File: samples-operator-alt-registry
15041506
Distros: openshift-enterprise,openshift-origin
1505-
- Name: Understanding containers, images, and imagestreams
1506-
File: images-understand
15071507
- Name: Creating images
15081508
File: create-images
15091509
- Name: Managing images

modules/application-health-about.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ kills and restarts the container.
3232
Startup probe::
3333
A _startup probe_ indicates whether the application within a container is started. All other probes are disabled until the startup succeeds. If the startup probe does not succeed within a specified time period, the kubelet kills the container, and the container is subject to the pod `restartPolicy`.
3434
+
35-
Some applications can require additional start-up time on their first initialization. You can use a startup probe with a liveness or readiness probe to delay that probe long enough to handle lengthy start-up time using the `failureThreshold` and `periodSeconds` parameters.
35+
Some applications can require additional startup time on their first initialization. You can use a startup probe with a liveness or readiness probe to delay that probe long enough to handle lengthy start-up time using the `failureThreshold` and `periodSeconds` parameters.
3636
+
3737
For example, you can add a startup probe, with a `failureThreshold` of 30 failures and a `periodSeconds` of 10 seconds (30 * 10s = 300s) for a maximum of 5 minutes, to a liveness probe. After the startup probe succeeds the first time, the liveness probe takes over.
3838

modules/deployments-exec-cmd-in-container.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[id="deployments-exe-cmd-in-container_{context}"]
66
= Executing commands inside a container
77

8-
You can add a command to a container, which modifies the container's start-up behavior by overruling the image's `ENTRYPOINT`. This is different from a lifecycle hook, which instead can be run once per deployment at a specified time.
8+
You can add a command to a container, which modifies the container's startup behavior by overruling the image's `ENTRYPOINT`. This is different from a lifecycle hook, which instead can be run once per deployment at a specified time.
99

1010
.Procedure
1111

modules/images-imagestream-use.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// * openshift_images/image-streams-managing.adoc
44

55
[id="images-imagestream-use_{context}"]
6-
= Using image streams
6+
= Why use imagestreams
77

88
An image stream and its associated tags provide an abstraction for referencing container images from within {product-title}. The image stream and its tags allow you to see what images are available and ensure that you are using the specific image you need even if the image in the repository changes.
99

modules/images-other-jenkins-config-kubernetes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Both the Maven and Node.js agent images are automatically configured as Kubernet
1313

1414
The Jenkins image also provides auto-discovery and auto-configuration of additional agent images for the Kubernetes plug-in.
1515

16-
With the {product-title} sync plug-in, the Jenkins image on Jenkins start-up searches for the following within the project that it is running or the projects specifically listed in the plug-in's configuration:
16+
With the {product-title} sync plug-in, the Jenkins image on Jenkins startup searches for the following within the project that it is running or the projects specifically listed in the plug-in's configuration:
1717

1818
* Image streams that have the label `role` set to `jenkins-agent`.
1919
* Image stream tags that have the annotation `role` set to `jenkins-agent`.

modules/images-other-jenkins-env-var.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ By default, the JVM sets the initial heap size.
7070
|Default: `300000` - 5 minutes
7171

7272
|`OVERRIDE_PV_CONFIG_WITH_IMAGE_CONFIG`
73-
|When running this image with an {product-title} persistent volume (PV) for the Jenkins configuration directory, the transfer of configuration from the image to the PV is performed only the first time the image starts because the PV is assigned when the persistent volume claim (PVC) is created. If you create a custom image that extends this image and updates configuration in the custom image after the initial start-up, the configuration is not copied over unless you set this environment variable to `true`.
73+
|When running this image with an {product-title} persistent volume (PV) for the Jenkins configuration directory, the transfer of configuration from the image to the PV is performed only the first time the image starts because the PV is assigned when the persistent volume claim (PVC) is created. If you create a custom image that extends this image and updates configuration in the custom image after the initial startup, the configuration is not copied over unless you set this environment variable to `true`.
7474
|Default: `false`
7575

7676
|`OVERRIDE_PV_PLUGINS_WITH_IMAGE_PLUGINS`

modules/installation-osp-balancing-external-loads.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Configure an external load balancer in {rh-openstack-first} to use your own load balancer, resolve external networking needs, or scale beyond what the default {product-title} load balancer can provide.
99

10-
The load balancer serves ports 6443, 443, and 80 to any users of the system. Port 22623 serves Ignition start-up configurations to the {product-title} machines and must not be reachable from outside the cluster.
10+
The load balancer serves ports 6443, 443, and 80 to any users of the system. Port 22623 serves Ignition startup configurations to the {product-title} machines and must not be reachable from outside the cluster.
1111

1212
.Prerequisites
1313

modules/machine-config-overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A node can have multiple labels applied that indicate its type, such as `master`
1818
====
1919

2020
* Some machine configuration must be in place before {product-title} is installed to disk. In most cases, this can be accomplished by creating
21-
a machine config that is injected directly into the {product-title} installer process, instead of running as a post-installation machine config. In other cases, you might need to do bare metal installation where you pass kernel arguments at {product-title} installer start-up, to do such things as setting per-node individual IP addresses or advanced disk partitioning.
21+
a machine config that is injected directly into the {product-title} installer process, instead of running as a post-installation machine config. In other cases, you might need to do bare metal installation where you pass kernel arguments at {product-title} installer startup, to do such things as setting per-node individual IP addresses or advanced disk partitioning.
2222

2323
* MCO manages items that are set in machine configs. Manual changes you do to your systems will not be overwritten by MCO, unless MCO is explicitly told to manage a conflicting file. In other words, MCO only makes specific updates you request, it does not claim control over the whole node.
2424

modules/nw-osp-configuring-external-load-balancer.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ to use an external load balancer in place of the default load balancer.
2626

2727
* Load balance the application ports, 443 and 80, between all of the compute nodes.
2828

29-
* On your load balancer, port 22623, which is used to serve ignition start-up configurations to nodes, is not exposed outside of the cluster.
29+
* On your load balancer, port 22623, which is used to serve ignition startup configurations to nodes, is not exposed outside of the cluster.
3030

3131
* Your load balancer must be able to access every machine in your cluster. Methods to allow this access include:
3232
** Attaching the load balancer to the cluster's machine subnet.

modules/samples-operator-overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The Cluster Samples Operator is bootstrapped as `Managed` by default or if globa
4949

5050
Certain circumstances result in the Cluster Samples Operator bootstrapping itself as `Removed` including:
5151

52-
* If the Cluster Samples Operator cannot reach link:https://registry.redhat.io[registry.redhat.io] after three minutes on initial start-up after a clean installation.
52+
* If the Cluster Samples Operator cannot reach link:https://registry.redhat.io[registry.redhat.io] after three minutes on initial startup after a clean installation.
5353
* If the Cluster Samples Operator detects it is on an IPv6 network.
5454
* If the xref:../openshift_images/image-configuration.html#images-configuration-parameters_image-configuration[image controller configuration parameters] prevent the creation of image streams by using the default image registry, or by using the image registry specified by the xref:../openshift_images/configuring-samples-operator.html#samples-operator-configuration_configuring-samples-operator[`samplesRegistry` setting].
5555

0 commit comments

Comments
 (0)