Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions modules/oc-mirror-command-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ The following tables describe the `oc mirror` subcommands and flags:
|`--manifests-only`
|Generate manifests for `ImageContentSourcePolicy` objects to configure a cluster to use the mirror registry, but do not actually mirror any images.

|`--max-nested-paths <int>`
|Specify the maximum number of nested paths for destination registries that limit nested paths. The default is `2`.

|`--max-per-registry <int>`
|Specify the number of concurrent requests allowed per registry. The default is `6`.

Expand Down