Skip to content

Commit 3f082a1

Browse files
authored
Merge pull request #87900 from subhtk/clid-305
OSDOCS-13311: Removed bundles feature from the oc-mirror v2 documentation
2 parents 6981abd + b7c5f44 commit 3f082a1

File tree

3 files changed

+2
-64
lines changed

3 files changed

+2
-64
lines changed

modules/oc-mirror-imageset-config-parameters-v2.adoc

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -213,26 +213,6 @@ Example: `5.2.3-31`
213213
|String
214214
Example: `5.2.3-31`
215215

216-
|`mirror.operators.packages.bundles`
217-
|Selected bundles configuration
218-
|Array of objects
219-
220-
Example:
221-
[source,yaml,subs="attributes+"]
222-
----
223-
operators:
224-
- catalog: registry.redhat.io/redhat/redhat-operator-index:{product-version}
225-
packages:
226-
- name: 3scale-operator
227-
bundles:
228-
- name: 3scale-operator.v0.10.0-mas
229-
----
230-
231-
|`mirror.operators.packages.bundles.name`
232-
|Name of the bundle selected for mirror (as it appears in the catalog).
233-
|String
234-
Example : `3scale-operator.v0.10.0-mas`
235-
236216
|`mirror.operators.targetCatalog`
237217
|An alternative name and optional namespace hierarchy to mirror the referenced catalog as
238218
|String
@@ -438,28 +418,6 @@ Example: `5.2.3-31`
438418
|String
439419
Example: `5.2.3-31`
440420

441-
|`delete.operators.packages.bundles`
442-
|The selected bundles configuration
443-
|Array of objects
444-
445-
You cannot choose both channels and bundles for the same operator.
446-
447-
Example:
448-
[source,yaml]
449-
----
450-
operators:
451-
- catalog: registry.redhat.io/redhat/redhat-operator-index:{product-version}
452-
packages:
453-
- name: 3scale-operator
454-
bundles:
455-
- name: 3scale-operator.v0.10.0-mas
456-
----
457-
458-
|`delete.operators.packages.bundles.name`
459-
|Name of the bundle selected to delete (as it is displayed in the catalog)
460-
|String
461-
Example : `3scale-operator.v0.10.0-mas`
462-
463421
|`delete.platform`
464422
|The platform configuration of the image set
465423
|Object

modules/oc-mirror-operator-catalog-filtering.adoc

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -201,23 +201,6 @@ mirror:
201201

202202
a|Scenario 14
203203

204-
[source,yaml]
205-
----
206-
mirror:
207-
operators:
208-
- catalog: registry.redhat.io/redhat/redhat-operator-index:v4.14
209-
packages:
210-
- name: aws-load-balancer-operator
211-
bundles:
212-
- name: aws-load-balancer-operator.v1.1.0
213-
- name: 3scale-operator
214-
bundles:
215-
- name: 3scale-operator.v0.10.0-mas
216-
----
217-
|Only the bundles specified for each package are included in the filtering.
218-
219-
a|Scenario 15
220-
221204
[source,yaml]
222205
----
223206
mirror:
@@ -232,7 +215,7 @@ mirror:
232215
----
233216
|Do not use this scenario. filtering by channel and by package with a `minVersion` or `maxVersion` is not allowed.
234217

235-
a|Scenario 16
218+
a|Scenario 15
236219

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

251-
a|Scenario 17
234+
a|Scenario 16
252235

253236
[source,yaml]
254237
----

modules/oc-mirror-v2-about.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ oc-mirror plugin v2 has the following features:
2727
2828
* 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.
2929
30-
* Saves Operator versions that are filtered by bundle name.
31-
// Can anyone elaborate what this means? I am mostly confused with what the word "filter" means here.
32-
3330
* Does not perform automatic pruning. v2 now uses a `Delete` feature, which grants users more control over deleting images.
3431
3532
* Introduces support for `registries.conf` files. This change facilitates mirroring to multiple enclaves while using the same cache.

0 commit comments

Comments
 (0)