diff --git a/disconnected/installing-mirroring-installation-images.adoc b/disconnected/installing-mirroring-installation-images.adoc index aff26d90bd..97f4caa85b 100644 --- a/disconnected/installing-mirroring-installation-images.adoc +++ b/disconnected/installing-mirroring-installation-images.adoc @@ -8,6 +8,11 @@ toc::[] You can ensure your clusters only use container images that satisfy your organizational controls on external content. Before you install a cluster on infrastructure that you provision in a restricted network, you must mirror the required container images into that environment. By using the `oc adm` command, you can mirror release and catalog images in OpenShift. To mirror container images, you must have a registry for mirroring. +[NOTE] +==== +The `oc adm release mirror` command is planned for deprecation in a future release. Additionally, when using this command, release image signatures are not automatically mirrored to the disconnected registry. Missing release signatures prevent cluster upgrades, as `ClusterImagePolicy` requires all release images to be verified. To ensure image signatures are correctly mirrored, it is recommended to use the oc-mirror v2 plugin. +==== + // TODO: Is this procedure going to be marked deprecated for 4.10 so that it could be removed in the future? // TODO: Add a link to the TP procedure? // TODO: Consider updating the title of this one to indicate the difference? Or wait to make any changes like that til GA, til we know if it'll stick around or be completely replaced by the oc-mirror one?