Skip to content

Commit 78b4db9

Browse files
authored
Merge pull request #92279 from lahinson/ocpbugs-54236-hcp-rhcos
[OCPBUGS-54236]: Fixing RHCOS troubleshooting topic
2 parents 34bfd83 + 0d90cfb commit 78b4db9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/hcp-ts-rhcos.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ metadata:
6262
spec:
6363
repositoryDigestMirrors:
6464
- mirrors:
65-
- <rhcos_image_no_digest> <1>
66-
source: virthost.ostest.test.metalkube.org:5000/localimages/ocp-v4.0-art-dev <2>
65+
- virthost.ostest.test.metalkube.org:5000/localimages/ocp-v4.0-art-dev <1>
66+
source: quay.io/openshift-release-dev/ocp-v4.0-art-dev <2>
6767
----
6868
+
69-
<1> Specify your {op-system} image without its digest, for example, `quay.io/openshift-release-dev/ocp-v4.0-art-dev`.
70-
<2> Specify the name of your internal registry, for example, `virthost.ostest.test.metalkube.org:5000/localimages/ocp-v4.0-art-dev`.
69+
<1> Specify the name of your internal registry, for example, `virthost.ostest.test.metalkube.org:5000/localimages/ocp-v4.0-art-dev`.
70+
<2> Specify your {op-system} image without its digest, for example, `quay.io/openshift-release-dev/ocp-v4.0-art-dev`.
7171

7272
. Apply the `rhcos-boot-kubevirt.yaml` file to create the `ImageDigestMirrorSet` object by running the following command:
7373
+

0 commit comments

Comments
 (0)