You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/patterns/medical-diagnosis/demo-script.adoc
-4
Original file line number
Diff line number
Diff line change
@@ -95,15 +95,11 @@ Look at all of the resources that have been created for this demo application. W
95
95
96
96
We are deploying this demo using self-signed certificates that are untrusted by our browser. Unless you have provisioned valid certificates for your OpenShift cluster you must accept the invalid certificates for:
97
97
98
-
* image-server | xraylab-1 namespace
99
98
* s3-rgw | openshift-storage namespace
100
99
* grafana | xraylab-1 namespace
101
100
102
101
[source,shell]
103
102
----
104
-
IMAGESERVER_ROUTE=https://$(oc get route -n xraylab-1 image-server -o jsonpath='{.spec.host}')
105
-
106
-
echo $IMAGESERVER_ROUTE
107
103
108
104
S3RGW_ROUTE=https://$(oc get route -n openshift-storage s3-rgw -o jsonpath='{.spec.host}')
.. Check that the Operator is installed in the `openshift-operators` namespace and its status is `Succeeded`. Ensure that {ocp-data-short} is listed in the list of installed Operators.
. Accept the SSL certificates on the browser for the dashboard. In the {ocp} web console, go to the Routes for project `openshift-storage``. Click the URL for the `s3-rgw`.
. 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.
0 commit comments