Skip to content

Commit db47de1

Browse files
authored
Merge pull request #82330 from subhtk/clid136
OSDOCS 11018: Added a note to skip the deletion of Operator catalog.
2 parents 61c57ba + 9f423b8 commit db47de1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/oc-mirror-workflows-delete-v2.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,10 @@ Consider using the mirror-to-disk and disk-to-mirror workflows to reduce mirrori
4848
In the image delete workflow, oc-mirror plugin v2 deletes only the manifests of the images, which does not reduce the storage occupied in the registry.
4949

5050
To free up storage space from unnecessary images, such as those with deleted manifests, you must enable the garbage collector on your container registry. With the garbage collector enabled, the registry will delete the image blobs that no longer have references to any manifests, thereby reducing the storage previously occupied by the deleted blobs. Enabling the garbage collector differs depending on your container registry.
51+
52+
[IMPORTANT]
53+
====
54+
To skip deleting the Operator catalog image when deleting images, you must list the specific Operators under the Operator catalog image in the `DeleteImageSetConfiguration` file. This ensures that only the specified Operators are deleted, not the catalog image.
55+
56+
If only the Operator catalog image is specified, all Operators within that catalog, as well as the catalog image itself, will be deleted.
57+
====

0 commit comments

Comments
 (0)