Skip to content

Commit a8bc122

Browse files
authored
Merge pull request #57028 from abhatt-rh/ocpbugs-7765-ipa
OCPBUGS#7765: Updates for ipa-downloader
2 parents d0a0748 + 9314106 commit a8bc122

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

modules/ipi-install-troubleshooting-bootstrap-vm-inspecting-logs.adoc

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@ bootstrapOSImage: http://<ip:port>/rhcos-43.81.202001142154.0-qemu.<architecture
1414
clusterOSImage: http://<ip:port>/rhcos-43.81.202001142154.0-openstack.<architecture>.qcow2.gz?sha256=a1bda656fa0892f7b936fdc6b6a6086bddaed5dafacedcd7a1e811abb78fe3b0
1515
----
1616

17-
The `ipa-downloader` and `coreos-downloader` containers download resources from a webserver or the external link:https://quay.io[quay.io] registry, whichever the `install-config.yaml` configuration file specifies. Verify the following two containers are up and running and inspect their logs as needed:
18-
19-
* `ipa-downloader`
20-
* `coreos-downloader`
17+
The `coreos-downloader` container downloads resources from a webserver or from the external link:https://quay.io[quay.io] registry, whichever the `install-config.yaml` configuration file specifies. Verify that the `coreos-downloader` container is up and running and inspect its logs as needed.
2118

2219
.Procedure
2320

@@ -28,12 +25,8 @@ The `ipa-downloader` and `coreos-downloader` containers download resources from
2825
2926
----
3027

31-
. Check the status of the `ipa-downloader` and `coreos-downloader` containers within the bootstrap VM:
32-
+
33-
[source,terminal]
34-
----
35-
[core@localhost ~]$ sudo podman logs -f ipa-downloader
36-
----
28+
. Check the status of the `coreos-downloader` container within the bootstrap VM by running the following command:
29+
3730
+
3831
[source,terminal]
3932
----

0 commit comments

Comments
 (0)