You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/docs/build-deploy-and-maintain-apps/imagestreams.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -147,4 +147,4 @@ Exposes Ports: 8080/tcp
147
147
148
148
## Usage notifications
149
149
150
-
The platform will now be sending a weekly email to teams that are using too much space on the registry. See the [Image Registry Size warnings](/pruning/#image-registry-size-warnings) section of the Pruning page for more info.
150
+
The platform sends out a weekly email to teams utilizing an too much space on the shared image registry. See the [Image Registry Size warnings](/pruning/#image-registry-size-warnings) section of the Pruning page for more info.
Copy file name to clipboardexpand all lines: src/docs/platform-automation/pruning.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ sort_order: 4
19
19
---
20
20
21
21
# Pruning
22
-
Last updated: **March 6, 2024**
22
+
Last updated: **March 8, 2024**
23
23
24
24
There are a few CronJobs set up on the OpenShift clusters to help prune old objects and keep the cluster clean. This page discusses each of the different object types and how and when they are pruned.
25
25
@@ -61,15 +61,15 @@ As new images are built and pushed to tags, the older copies of that tag are ret
61
61
A few settings are passed to the pruner job:
62
62
63
63
* All revisions created in the last 48h are kept
64
-
* All revisions in use by a running pod, or in a deployment are kept. See [the docs](https://docs.openshift.com/container-platform/4.13/applications/pruning-objects.html#pruning-images-conditions_pruning-objects) for a full list
64
+
* All revisions in use by a running pod, or in a deployment are kept. See [official OpenShift documentation on image prune conditions](https://docs.openshift.com/container-platform/4.13/applications/pruning-objects.html#pruning-images-conditions_pruning-objects) for a full list
65
65
* Only the most recent revision is kept
66
66
* All other revisions are pruned
67
67
68
68
### Image Registry Size warnings
69
69
70
-
The platform will now be sending a weekly email to teams that are using too much space on the registry. The image registry is a shared service and overuse of it can lead to other teams being unable to push their builds, or to the platform team having to buy more storage space.
70
+
The platform sends out a weekly email to teams utilizing an too much space on the shared image registry. This registry is a shared service, and if it's overused, it can result in other teams being unable to push their builds. Alternatively, it may need the platform team to purchase additional storage space.
71
71
72
-
The emails will list all the image streams, their tags, and revisions. It will show the size used by each of these ensuring to not double-count layers that are reused. This should help provide info on where to focus efforts to reduce image registry usage.
72
+
The emails include a list of all image streams along with their tags and revisions. The provided information will indicate the size used by each, ensuring that reused layers are not double-counted. This aims to guide teams on where to concentrate their efforts in reducing image registry usage.
73
73
74
74
You can delete a whole image stream with `oc delete imagestream <is_name>` or just a tag with `oc tag -d <imagestream>:<tag>` . See [Managing Image Streams](https://docs.openshift.com/container-platform/4.13/openshift_images/image-streams-manage.html#images-imagestream-remove-tag_image-streams-managing) for more.
0 commit comments