Skip to content

Commit ff0da25

Browse files
authored
Merge pull request #98057 from mburke5678/mco-pin-images-podman-inspect
OCPDOCS MCO add pinned image podman inspect note
2 parents 9a95124 + c935ad7 commit ff0da25

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/machine-config-pin-preload-images.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ You can pin images to your nodes by using a `PinnedImageSet` custom resource (CR
1010

1111
The images are stored in the the `/etc/crio/crio.conf.d/50-pinned-images` file on the nodes.
1212

13+
[NOTE]
14+
====
15+
Only images that you can successfully inspect with the `podman manifest inspect <IMAGE_URL>` command can be used with a pinned image set. Image inspections could fail due to unsupported manifest formats, registry authorization issues, invalid schemas, network connectivity issues, or other issues.
16+
====
17+
1318
.Procedure
1419

1520
. Create a YAML file that defines the `PinnedImageSet` object, similar to the following example:

0 commit comments

Comments
 (0)