From b5ff2fc6567ad92db0bff7710c7ef86efdb3d15a Mon Sep 17 00:00:00 2001 From: Amit Kesarwani <93291915+kesarwam@users.noreply.github.com> Date: Thu, 19 Dec 2024 12:39:51 -0800 Subject: [PATCH] Update docs/integrations/red_hat_openshift_ai.md Co-authored-by: Oz Katz --- docs/integrations/red_hat_openshift_ai.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/red_hat_openshift_ai.md b/docs/integrations/red_hat_openshift_ai.md index 00ac2349ed8..4b8d1239488 100644 --- a/docs/integrations/red_hat_openshift_ai.md +++ b/docs/integrations/red_hat_openshift_ai.md @@ -22,7 +22,7 @@ In this example, OpenShift AI is configured to connect over S3 interace to lakeF OpenShift AI and lakeFS Deployment Architecture for the demo lakeFS-samples also includes multiple Helm chart examples to deploy lakeFS and MinIO in different scenarios: -1. [lakefs-local.yaml](https://github.com/treeverse/lakeFS-samples/blob/main/01_standalone_examples/red-hat-openshift-ai/lakefs-local.yaml): Bring up lakeFS using local object storage. This would be useful for a quick demo where MinIO is not included. +1. [lakefs-local.yaml](https://github.com/treeverse/lakeFS-samples/blob/main/01_standalone_examples/red-hat-openshift-ai/cluster-configuration/lakefs-local.yaml): Bring up lakeFS using local object storage. This would be useful for a quick demo where MinIO is not included. 2. [lakefs-minio.yaml](https://github.com/treeverse/lakeFS-samples/blob/main/01_standalone_examples/red-hat-openshift-ai/lakefs-minio.yaml): Bring up lakeFS configured to use MinIO as backend object storage. This will be used in the lakeFS demo. 3. [minio-direct.yaml](https://github.com/treeverse/lakeFS-samples/blob/main/01_standalone_examples/red-hat-openshift-ai/minio-direct.yaml): This file would only be used if lakeFS is not in the picture and OpenShift AI will communicate directly with MinIO. It will bring up MinIO as it is in the default Fraud Detection demo, complete with configuring MinIO storage buckets and the OpenShift AI data connections. It may serve useful in debugging an issue. 4. [minio-via-lakefs.yaml](https://github.com/treeverse/lakeFS-samples/blob/main/01_standalone_examples/red-hat-openshift-ai/minio-via-lakefs.yaml): Bring up MinIO for the modified Fraud Detection demo that includes lakeFS, complete with configuring MinIO storage buckets, but do NOT configure the OpenShift AI data connections. This will be used in the lakeFS demo. \ No newline at end of file