Skip to content
Merged
Show file tree
Hide file tree
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
42 changes: 0 additions & 42 deletions modules/oc-mirror-imageset-config-parameters-v2.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -213,26 +213,6 @@ Example: `5.2.3-31`
|String
Example: `5.2.3-31`

|`mirror.operators.packages.bundles`
|Selected bundles configuration
|Array of objects

Example:
[source,yaml,subs="attributes+"]
----
operators:
- catalog: registry.redhat.io/redhat/redhat-operator-index:{product-version}
packages:
- name: 3scale-operator
bundles:
- name: 3scale-operator.v0.10.0-mas
----

|`mirror.operators.packages.bundles.name`
|Name of the bundle selected for mirror (as it appears in the catalog).
|String
Example : `3scale-operator.v0.10.0-mas`

|`mirror.operators.targetCatalog`
|An alternative name and optional namespace hierarchy to mirror the referenced catalog as
|String
Expand Down Expand Up @@ -438,28 +418,6 @@ Example: `5.2.3-31`
|String
Example: `5.2.3-31`

|`delete.operators.packages.bundles`
|The selected bundles configuration
|Array of objects

You cannot choose both channels and bundles for the same operator.

Example:
[source,yaml]
----
operators:
- catalog: registry.redhat.io/redhat/redhat-operator-index:{product-version}
packages:
- name: 3scale-operator
bundles:
- name: 3scale-operator.v0.10.0-mas
----

|`delete.operators.packages.bundles.name`
|Name of the bundle selected to delete (as it is displayed in the catalog)
|String
Example : `3scale-operator.v0.10.0-mas`

|`delete.platform`
|The platform configuration of the image set
|Object
Expand Down
21 changes: 2 additions & 19 deletions modules/oc-mirror-operator-catalog-filtering.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -201,23 +201,6 @@ mirror:

a|Scenario 14

[source,yaml]
----
mirror:
operators:
- catalog: registry.redhat.io/redhat/redhat-operator-index:v4.14
packages:
- name: aws-load-balancer-operator
bundles:
- name: aws-load-balancer-operator.v1.1.0
- name: 3scale-operator
bundles:
- name: 3scale-operator.v0.10.0-mas
----
|Only the bundles specified for each package are included in the filtering.

a|Scenario 15

[source,yaml]
----
mirror:
Expand All @@ -232,7 +215,7 @@ mirror:
----
|Do not use this scenario. filtering by channel and by package with a `minVersion` or `maxVersion` is not allowed.

a|Scenario 16
a|Scenario 15

[source,yaml]
----
Expand All @@ -248,7 +231,7 @@ mirror:
----
|Do not use this scenario. You cannot filter using `full:true` and the `minVersion` or `maxVersion`.

a|Scenario 17
a|Scenario 16

[source,yaml]
----
Expand Down
3 changes: 0 additions & 3 deletions modules/oc-mirror-v2-about.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ oc-mirror plugin v2 has the following features:

* Can generate `ImageDigestMirrorSet` (IDMS) and `ImageTagMirrorSet` (ITMS) resources, which cover the full image set, instead of an `ImageContentSourcePolicy` (ICSP) resource, which only covered incremental changes to the image set for each mirroring operation with v1.

* Saves Operator versions that are filtered by bundle name.
// Can anyone elaborate what this means? I am mostly confused with what the word "filter" means here.

* Does not perform automatic pruning. v2 now uses a `Delete` feature, which grants users more control over deleting images.

* Introduces support for `registries.conf` files. This change facilitates mirroring to multiple enclaves while using the same cache.
Expand Down