Skip to content

Commit 3939ace

Browse files
committed
Removed passthroughs
1 parent 3966509 commit 3939ace

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

admin_guide/pruning_resources.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -486,17 +486,17 @@ day (depending on the number of images being created).
486486

487487
To hard prune orphaned blobs from the registry:
488488

489-
. +++<b>Log in:</b>+++ Log in using xref:../cli_reference/get_started_cli.adoc#basic-setup-and-login[the CLI] as a user with an
489+
. *Log in*: Log in using xref:../cli_reference/get_started_cli.adoc#basic-setup-and-login[the CLI] as a user with an
490490
xref:../architecture/additional_concepts/authentication.adoc#oauth[access token].
491491

492-
. +++<b>Run a basic image prune:</b>+++ Basic image pruning removes additional
492+
. *Run a basic image prune*: Basic image pruning removes additional
493493
images that are no longer needed. The hard prune does not remove images on its
494494
own. It only removes blobs stored in the registry storage. Therefore, you should
495495
run this just before the hard prune.
496496
+
497497
See Pruning Images for steps.
498498

499-
. +++<b>Switch the registry to read-only mode:</b>+++ If the registry is not
499+
. *Switch the registry to read-only mode*: If the registry is not
500500
running in read-only mode, any pushes happening at the same time as the prune
501501
will either:
502502
+
@@ -529,7 +529,7 @@ $ oc rollout -n default \
529529
latest dc/docker-registry
530530
----
531531

532-
. +++<b>Add the system:image-pruner role:</b>+++ The service account used to run
532+
. *Add the system:image-pruner role*: The service account used to run
533533
the registry instances requires additional permissions in order to list some
534534
resources.
535535

@@ -549,7 +549,7 @@ $ oc adm policy add-cluster-role-to-user \
549549
${service_account}
550550
----
551551

552-
. +++<b>(Optional) Run the pruner in dry-run mode:</b>+++ To see how many blobs
552+
. *(Optional) Run the pruner in dry-run mode*: To see how many blobs
553553
would be removed, run the hard pruner in dry-run mode. No changes are actually
554554
made:
555555
+
@@ -589,7 +589,7 @@ Would free up 2.835 GiB of disk space
589589
Use -prune=delete to actually delete the data
590590
----
591591

592-
. +++<b>Run the hard prune:</b>+++ Execute the following command inside one
592+
. *Run the hard prune*: Execute the following command inside one
593593
running instance of *docker-registry* pod to run the hard prune:
594594
+
595595
----
@@ -607,7 +607,7 @@ Deleted 13374 blobs
607607
Freed up 2.835 GiB of disk space
608608
----
609609

610-
. +++<b>Switch the registry back to read-write mode:</b>+++ After the prune is
610+
. *Switch the registry back to read-write mode*: After the prune is
611611
finished, the registry can be switched back to read-write mode by executing:
612612
+
613613
----

0 commit comments

Comments
 (0)