Skip to content

Commit 0e756c6

Browse files
committed
Adding peer review feedback
1 parent b2d297f commit 0e756c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/patterns/medical-diagnosis/demo-script.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ The Grafana dashboard offers a visual representation of the AI/ML workflow, incl
3131

3232
This showcase application is deployed with self-signed certificates, which are considered untrusted by most browsers. If valid certificates have not been provisioned for your OpenShift cluster, you will need to manually accept the untrusted certificates by following these steps:
3333

34-
. Accept the SSL certificates on the browser for the dashboard. In the {ocp} web console, go to the *Netwoorking* > *Routes* for *All Projects*. Click the URL for the `s3-rgw`.
34+
. Accept the SSL certificates on the browser for the dashboard. In the {ocp} web console, go to the *Networking* > *Routes* for *All Projects*. Click the URL for the `s3-rgw`.
3535
+
3636
image::../../images/medical-edge/storage-route.png[s3-rgw route]
3737
+
38-
Ensure that you see some XML and not the access denied error message.
38+
Ensure that you see XML and not the access denied error message.
3939
+
4040
image::../../images/medical-edge/storage-rgw-route.png[link="/images/medical-edge/storage-rgw-route.png"]
4141

42-
. 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.
42+
. While still looking at *Routes*, change the project to `xraylab-1`. Click the URL for the `image-server` and ensure that you do not see an access denied error message. You should see a `Hello world` message.
4343

4444
This showcase application does not have access to a x-ray machine hanging around that we can use for this demo, so one is emulated by creating an s3 bucket and hosting the x-ray images within it. In the "real world" an x-ray would be taken at an edge medical facility and then uploaded to an OpenShift Data Foundations (ODF) S3 compatible bucket in the Core Hospital, triggering the AI/ML workflow.
4545

0 commit comments

Comments
 (0)