Skip to content

Commit c0a121f

Browse files
committed
getting images to display 2
1 parent 62c88ae commit c0a121f

File tree

1 file changed

+11
-19
lines changed

1 file changed

+11
-19
lines changed

content/patterns/medical-diagnosis/getting-started.adoc

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,6 @@ For more information, see section on https://validatedpatterns.io/secrets/vault/
438438

439439
To check the various applications that are being deployed, you can view the progress of the {rh-gitops-short} Operator.
440440

441-
.
442441
[IMPORTANT]
443442
====
444443
Examine the `medical-diagnosis-hub` ArgoCD instance. You can track all the applications for the pattern in this instance.
@@ -453,45 +452,38 @@ Examine the `medical-diagnosis-hub` ArgoCD instance. You can track all the appli
453452
[id="viewing-the-grafana-based-dashboard-getting-started"]
454453
== Viewing the Grafana based dashboard
455454

456-
. Accept the SSL certificates on the browser for the dashboard. In the {ocp} web console, go to the Routes for all projects. Click the URL for the `s3-rgw`.
455+
. Accept the SSL certificates on the browser for the dashboard. In the {ocp} web console, go to the Routes for *All Projects*. Click the URL for the `s3-rgw`.
457456
+
458-
image::medical-edge/storage-route.png[s3-rgw route]
457+
image::../../images/medical-edge/storage-route.png[s3-rgw route]
459458
+
460459
Ensure that you see some XML and not the access denied error message.
461460
+
462-
image::medical-edge/storage-rgw-route.png[link="/images/medical-edge/storage-rgw-route.png"]
461+
image::../../images/medical-edge/storage-rgw-route.png[link="/images/medical-edge/storage-rgw-route.png"]
463462

464463
. While still looking at Routes, change the project to `xraylab-1`. Click the URL for the `image-server`. Ensure that you do not see an access denied error message. You must to see a `Hello World` message.
465464
+
466-
image::medical-edge/grafana-routes.png[link="/images/medical-edge/grafana-routes.png"]
465+
image::../../images/medical-edge/grafana-routes.png[link="/images/medical-edge/grafana-routes.png"]
467466

468-
. Turn on the image file flow. There are three ways to go about this.
467+
. Turn on the image file flow. There are couple of ways to go about this.
469468
+
470-
You can go to the command-line (make sure you have KUBECONFIG set, or are logged into the cluster).
469+
You can go to the {ocp} web console and change the view from *Administrator* to *Developer* and select *Topology*. From there select the `xraylab-1` project.
471470
+
472-
[source,terminal]
473-
----
474-
$ oc scale deploymentconfig/image-generator --replicas=1 -n xraylab-1
475-
----
476-
+
477-
Or you can go to the OpenShift UI and change the view from Administrator to Developer and select Topology. From there select the `xraylab-1` project.
478-
+
479-
image::medical-edge/dev-topology.png[link="/images/medical-edge/dev-topology.png"]
471+
image::../../images/medical-edge/dev-topology.png[link="/images/medical-edge/dev-topology.png"]
480472
+
481473
Right-click on the `image-generator` pod icon and select `Edit Pod count`.
482474
+
483-
image::medical-edge/dev-topology-menu.png[link="/images/medical-edge/dev-topology-menu.png"]
475+
image::../../images/medical-edge/dev-topology-menu.png[link="/images/medical-edge/dev-topology-menu.png"]
484476
+
485477
Up the pod count from `0` to `1` and save.
486478
+
487-
image::medical-edge/dev-topology-pod-count.png[link="/images/medical-edge/dev-topology-pod-count.png"]
479+
image::../../images/medical-edge/dev-topology-pod-count.png[link="/images/medical-edge/dev-topology-pod-count.png"]
488480
+
489481
Alternatively, you can have the same outcome on the Administrator console.
490482
+
491-
Go to the OpenShift UI under Workloads, select Deploymentconfigs for Project `xraylab-1`.
483+
Go to the OpenShift UI under Workloads, select *Deployments* for the *Project* `xraylab-1`.
492484
Click `image-generator` and increase the pod count to 1.
493485
+
494-
image::medical-edge/start-image-flow.png[link="/images/medical-edge/start-image-flow.png"]
486+
image::../../images/medical-edge/start-image-flow.png[link="/images/medical-edge/start-image-flow.png"]
495487

496488

497489
//Module to be included

0 commit comments

Comments
 (0)