mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
OSDOCS-16088: adds warning about images power loss
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
c47c5690f7
commit
9c1ea02360
@@ -9,6 +9,8 @@
|
||||
|
||||
You can use image builder to create {op-system-ostree} images with embedded {microshift-short} container images. To embed container images, you must add the image references to your image builder blueprint file.
|
||||
|
||||
include::snippets/microshift-power-loss-embed-images.adoc[leveloffset=1]
|
||||
|
||||
.Prerequisites
|
||||
|
||||
* You have root-user access to your build host.
|
||||
|
||||
@@ -13,3 +13,5 @@ Use the following {op-system-base} documentation to understand the full details
|
||||
* Follow the instructions at the following link:
|
||||
|
||||
** link:https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/{op-system-version-major}/html/using_image_mode_for_rhel_to_build_deploy_and_manage_operating_systems/index[Using image mode for RHEL to build, deploy, and manage operating systems]
|
||||
|
||||
include::snippets/microshift-power-loss-embed-images.adoc[leveloffset=1]
|
||||
|
||||
11
snippets/microshift-power-loss-embed-images.adoc
Normal file
11
snippets/microshift-power-loss-embed-images.adoc
Normal file
@@ -0,0 +1,11 @@
|
||||
// Text snippet included in the following modules:
|
||||
//
|
||||
// * modules/
|
||||
// * modules/
|
||||
|
||||
:_mod-docs-content-type: SNIPPET
|
||||
|
||||
[WARNING]
|
||||
====
|
||||
For offline or disconnected configurations, embed all container image dependencies as part of the system image. When container images are downloaded without being embedded into the system image, CRI-O wipes them off during unclean shutdowns, such as when a power loss occurs. In this case, you can only restore those container images when the system is online.
|
||||
====
|
||||
Reference in New Issue
Block a user