Skip to content

Commit b7c5f44

Browse files
committed
Removed bundles feature from the oc-mirror v2 doc
1 parent b279ae8 commit b7c5f44

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
@@ -149,26 +149,6 @@ Example: `5.2.3-31`
149149
|String
150150
Example: `5.2.3-31`
151151

152-
|`mirror.operators.packages.bundles`
153-
|Selected bundles configuration
154-
|Array of objects
155-
156-
Example:
157-
[source,yaml,subs="attributes+"]
158-
----
159-
operators:
160-
- catalog: registry.redhat.io/redhat/redhat-operator-index:{product-version}
161-
packages:
162-
- name: 3scale-operator
163-
bundles:
164-
- name: 3scale-operator.v0.10.0-mas
165-
----
166-
167-
|`mirror.operators.packages.bundles.name`
168-
|Name of the bundle selected for mirror (as it appears in the catalog).
169-
|String
170-
Example : `3scale-operator.v0.10.0-mas`
171-
172152
|`mirror.operators.targetCatalog`
173153
|An alternative name and optional namespace hierarchy to mirror the referenced catalog as
174154
|String
@@ -374,28 +354,6 @@ Example: `5.2.3-31`
374354
|String
375355
Example: `5.2.3-31`
376356

377-
|`delete.operators.packages.bundles`
378-
|The selected bundles configuration
379-
|Array of objects
380-
381-
You cannot choose both channels and bundles for the same operator.
382-
383-
Example:
384-
[source,yaml]
385-
----
386-
operators:
387-
- catalog: registry.redhat.io/redhat/redhat-operator-index:{product-version}
388-
packages:
389-
- name: 3scale-operator
390-
bundles:
391-
- name: 3scale-operator.v0.10.0-mas
392-
----
393-
394-
|`delete.operators.packages.bundles.name`
395-
|Name of the bundle selected to delete (as it is displayed in the catalog)
396-
|String
397-
Example : `3scale-operator.v0.10.0-mas`
398-
399357
|`delete.platform`
400358
|The platform configuration of the image set
401359
|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
@@ -24,9 +24,6 @@ oc-mirror plugin v2 has the following features:
2424
2525
* 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.
2626
27-
* Saves Operator versions that are filtered by bundle name.
28-
// Can anyone elaborate what this means? I am mostly confused with what the word "filter" means here.
29-
3027
* Does not perform automatic pruning. v2 now uses a `Delete` feature, which grants users more control over deleting images.
3128
3229
* Introduces support for `registries.conf` files. This change facilitates mirroring to multiple enclaves while using the same cache.

0 commit comments

Comments
 (0)