mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
Plaintext
// Module included in the following assemblies:
|
|
// * assembly/openshift_images/managing-image-streams.adoc
|
|
|
|
:_mod-docs-content-type: CONCEPT
|
|
[id="importmode-configuration-fields_{context}"]
|
|
= Configuration fields for --import-mode
|
|
|
|
[role="_abstract"]
|
|
To implement multi-architecture image management using the `--import-mode` flag, reference the necessary configuration fields. These fields define precise parameters for selecting and importing specific manifests into your {product-title} cluster.
|
|
|
|
The following table describes the options available for the `--import-mode=` flag:
|
|
|
|
[cols="3a,8a",options="header"]
|
|
|===
|
|
|Parameter |Description
|
|
|
|
| *Legacy* | The default option for `--import-mode`. When specified, the manifest list is discarded, and a single sub-manifest is imported. The platform is chosen in the following order of priority:
|
|
|
|
. Tag annotations
|
|
. Control plane architecture
|
|
. Linux/AMD64
|
|
. The first manifest in the list
|
|
|
|
| *PreserveOriginal* | When specified, the original manifest is preserved. For manifest lists, the manifest list and all of its sub-manifests are imported.
|
|
|
|
|===
|