Skip to content

Commit 404f63e

Browse files
committed
fixed linking issues due to updated filenames
1 parent 6da8d1e commit 404f63e

5 files changed

+8
-8
lines changed

modules/med-about-customizing-pattern.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:imagesdir: ../../images
33

44
[id="about-customizing-pattern-med"]
5-
= About customizing the pattern {med-pattern}
5+
= About customizing the {med-pattern}
66

77
One of the major goals of the {solution-name-upstream} development process is to create modular and customizable demos. The {med-pattern} is just an example of how AI/ML workloads built for object detection and classification can be run on OpenShift clusters. Consider your workloads for a moment - how would your workload best consume the pattern framework? Do your consumers require on-demand or near real-time responses when using your application? Is your application processing images or data that is protected by either Government Privacy Laws or HIPAA?
88
The {med-pattern} can answer the call to either of these requirements by using {serverless-short} and {ocp-data-short}.

modules/med-about-medical-diagnosis.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ The {med-pattern} uses the following products and technologies:
4343
* {rh-serverless-first} for event-driven applications
4444
* {rh-ocp-data-first} for cloud native storage capabilities
4545
* {grafana-op} to manage and share Grafana dashboards, data sources, and so on
46-
* S3 storage
46+
* Storage, such as AWS S3 buckets

modules/med-ocp-cluster-sizing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:imagesdir: ../../images
33

44
[id="med-openshift-cluster-size"]
5-
== About {med-pattern} OpenShift cluster size
5+
== About OpenShift cluster size for the {med-pattern}
66

77
The {med-pattern} has been tested with a defined set of configurations that represent the most common combinations that {ocp} customers are using for the x86_64 architecture.
88

modules/med-setup-aws-s3-bucket-with-utilities.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@ To use the link:https://github.com/validatedpatterns/utilities/tree/main/aws-too
99
.Procedure
1010

1111
. Export the following environment variables for AWS. Ensure that you replace the values with your keys:
12-
12+
+
1313
[source,terminal]
1414
----
1515
export AWS_ACCESS_KEY_ID=AKXXXXXXXXXXXXX
1616
export AWS_SECRET_ACCESS_KEY=gkXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1717
----
1818

1919
. Create the S3 bucket and copy over the data from the {solution-name-upstream} public bucket to the created bucket for your demo. You can do this on the cloud providers console or you can use the scripts that are provided in link:https://github.com/validatedpatterns/utilities[utilities] repository:
20-
20+
+
2121
[source,terminal]
2222
----
2323
$ python s3-create.py -b mytest-bucket -r us-west-2 -p
2424
$ python s3-sync-buckets.py -s validated-patterns-md-xray -t mytest-bucket -r us-west-2
2525
----
26-
26+
+
2727
.Example output
2828

2929
image:/videos/bucket-setup.svg[Bucket setup]

modules/med-troubleshooting-deployment.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
:_content-type: REFERENCE
2-
:imagesdir: ../../images
2+
:imagesdir: ../../../images
33

44
[id="troubleshooting-the-pattern-deployment-troubleshooting"]
5-
=== Troubleshooting the Pattern Deployment
5+
=== Troubleshooting the pattern deployment
66

77
Occasionally the pattern will encounter issues during the deployment. This can happen for any number of reasons, but most often it is because of either a change within the operator itself or something has changed in the {olm-first} which determines which operators are available in the operator catalog. Generally, when an issue occurs with the {olm-short}, the operator is unavailable for installation. To ensure that the operator is in the catalog, run the following command:
88

0 commit comments

Comments
 (0)