From 7791de3ddc7d2bc9e126fc08f2432c7c5ad9663d Mon Sep 17 00:00:00 2001 From: Karlos K <168231563+kknoxrht@users.noreply.github.com> Date: Tue, 25 Jun 2024 09:41:23 -0500 Subject: [PATCH 1/3] add formal compute requirements added an info block to clarify - RHOAI's formal compute requirements --- modules/ROOT/pages/index.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/ROOT/pages/index.adoc b/modules/ROOT/pages/index.adoc index f4ed4f9..4468dc0 100644 --- a/modules/ROOT/pages/index.adoc +++ b/modules/ROOT/pages/index.adoc @@ -106,6 +106,11 @@ image::htpasswd-provider.png[title=htpasswd_provider prompt] Red Hat partners should provision their own Red Hat OpenShift cluster using the Red Hat Hybrid Cloud Console at https://console.redhat.com/openshift/overview. +[INFO] +==== +The following compute resource requirements are recommendations for this lab environment. For the https://docs.redhat.com/en/documentation/red_hat_openshift_ai_self-managed/2.10/html/installing_and_uninstalling_openshift_ai_self-managed/installing-and-deploying-openshift-ai_install#requirements-for-openshift-ai-self-managed_install[official compute requirements for OpenShift AI Self_Managed on OpenShift Container platform visit the product documentation]. +==== + * Ensure that you provision an OpenShift 4.13 or later cluster with a minimum of 3 control plane nodes (each with 8vCPU and 16GB RAM), and 3 worker nodes (each with 16 vCPU, and 64GB of RAM). * Configure users and authentication. From 0be709ccab263e6dd3d4cd12a48df3490a5a9893 Mon Sep 17 00:00:00 2001 From: Karlos K <168231563+kknoxrht@users.noreply.github.com> Date: Tue, 25 Jun 2024 10:02:48 -0500 Subject: [PATCH 2/3] removed reference to Image Registry With 2.10 we've now also removed the dependency on the internal image registry --- modules/chapter1/pages/install-general-info.adoc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/chapter1/pages/install-general-info.adoc b/modules/chapter1/pages/install-general-info.adoc index e1cf55c..508c27b 100644 --- a/modules/chapter1/pages/install-general-info.adoc +++ b/modules/chapter1/pages/install-general-info.adoc @@ -19,9 +19,3 @@ https://docs.openshift.com/container-platform/latest/hardware_enablement/psap-no The *Node Feature Discovery Operator* is a prerequisite for the *NVIDIA GPU Operator*. -[IMPORTANT] -==== -Make sure that the https://access.redhat.com/solutions/6993520[internal OpenShift image registry] is running before installing and running RHOAI. - -RHOAI uses the internal image registry to pull prebuilt notebook images that are used to run containerized workbenches. -==== From 2d6d33ec47981b07e41ddd97433656e43c24cf80 Mon Sep 17 00:00:00 2001 From: Karlos K <168231563+kknoxrht@users.noreply.github.com> Date: Thu, 1 Aug 2024 12:04:36 -0500 Subject: [PATCH 3/3] Update modules/ROOT/pages/index.adoc Co-authored-by: Max Murakami <68942736+mamurak@users.noreply.github.com> --- modules/ROOT/pages/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/index.adoc b/modules/ROOT/pages/index.adoc index 4468dc0..b70b09d 100644 --- a/modules/ROOT/pages/index.adoc +++ b/modules/ROOT/pages/index.adoc @@ -108,7 +108,7 @@ Red Hat partners should provision their own Red Hat OpenShift cluster using the [INFO] ==== -The following compute resource requirements are recommendations for this lab environment. For the https://docs.redhat.com/en/documentation/red_hat_openshift_ai_self-managed/2.10/html/installing_and_uninstalling_openshift_ai_self-managed/installing-and-deploying-openshift-ai_install#requirements-for-openshift-ai-self-managed_install[official compute requirements for OpenShift AI Self_Managed on OpenShift Container platform visit the product documentation]. +The following compute resource requirements are recommendations for this lab environment. For the official compute requirements for self-managed OpenShift AI visit the https://docs.redhat.com/en/documentation/red_hat_openshift_ai_self-managed/2.10/html/installing_and_uninstalling_openshift_ai_self-managed/installing-and-deploying-openshift-ai_install#requirements-for-openshift-ai-self-managed_install[product documentation]. ==== * Ensure that you provision an OpenShift 4.13 or later cluster with a minimum of 3 control plane nodes (each with 8vCPU and 16GB RAM), and 3 worker nodes (each with 16 vCPU, and 64GB of RAM).