From 80c61817ccb5da733754b29ffc0c9b9f37b3d56c Mon Sep 17 00:00:00 2001 From: aduquett Date: Tue, 1 Oct 2024 14:07:39 -0400 Subject: [PATCH] update links --- frontend/src/__mocks__/mockComponents.ts | 2 +- .../screens/admin/NotebookAdminControl.tsx | 2 +- manifests/common/apps/jupyter/jupyter-app.yaml | 2 +- manifests/rhoai/addon/apps/nvidia/nvidia-app.yaml | 5 ++--- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/frontend/src/__mocks__/mockComponents.ts b/frontend/src/__mocks__/mockComponents.ts index d4b80cb2c5..3371467581 100644 --- a/frontend/src/__mocks__/mockComponents.ts +++ b/frontend/src/__mocks__/mockComponents.ts @@ -19,7 +19,7 @@ export const mockComponents = (): OdhApplication[] => [ docsLink: 'https://jupyter.org', getStartedLink: 'https://jupyterlab.readthedocs.io/en/stable/getting_started/overview.html', getStartedMarkDown: - '# Jupyter\nLaunch Jupyter and start a notebook server to start working with your notebooks.\n## Prerequisites\n- You have logged in to Red Hat OpenShift AI.\n- You know the names and values you want to use for any environment variables in your notebook server environment, for example, `AWS_SECRET_ACCESS_KEY`.\n- If you want to work with a very large data set, work with your administrator to proactively increase the storage capacity of your notebook server.\n## Procedure\n1. Locate the **Jupyter** card on the **Enabled applications** page.\n2. Click **Launch application**.\n\n\n i. If prompted, select your identity provider.\n\n ii. Enter your credentials and click **Log in** (or equivalent for your identity provider).\n\n If you see **Error 403: Forbidden**, you are not in the default user group or the default administrator group for OpenShift AI. Contact your administrator so that they can add you to the correct group using [Adding users for OpenShift AI](https://docs.redhat.com/en/documentation/red_hat_openshift_ai_cloud_service/1/html/managing_users/adding-users_user-mgmt).\n\n3. Start a notebook server.\n\n\n This is not required if you have previously launched Jupyter.\n\n i. Select the **Notebook image** to use for your server.\n\n ii. If the notebook image contains multiple versions, select the version of the notebook image from the **Versions** section.\n\n iii. Select the **Container size** for your server.\n\n iv. Optional: Select the **Number of GPUs** (graphics processing units) for your server.\n\n v. Optional: Select and specify values for any new **Environment variables**.\n\n For example, if you plan to integrate with Red Hat OpenShift Streams for Apache Kafka, create environment variables to store your Kafka bootstrap server and the service account username and password here.\n\n he interface stores these variables so that you only need to enter them once. Example variable names for common environment variables are automatically provided for frequently integrated environments and frameworks, such as Amazon Web Services (AWS).\n\n vi. Click **Start server**.\n\n The **Starting server** progress indicator appears. If you encounter a problem during this process, an error message appears with more information. Click **Expand event log** to view additional information on the server creation process. Depending on the deployment size and resources you requested, starting the server can take up to several minutes. After the server starts, the JupyterLab interface opens.\n\n## Verification\nThe JupyterLab interface opens in the same tab.', + '# Jupyter\nLaunch Jupyter and start a notebook server to start working with your notebooks.\n## Prerequisites\n- You have logged in to Red Hat OpenShift AI.\n- You know the names and values you want to use for any environment variables in your notebook server environment, for example, `AWS_SECRET_ACCESS_KEY`.\n- If you want to work with a very large data set, work with your administrator to proactively increase the storage capacity of your notebook server.\n## Procedure\n1. Locate the **Jupyter** card on the **Enabled applications** page.\n2. Click **Launch application**.\n\n\n i. If prompted, select your identity provider.\n\n ii. Enter your credentials and click **Log in** (or equivalent for your identity provider).\n\n If you see **Error 403: Forbidden**, you are not in the default user group or the default administrator group for OpenShift AI. Contact your administrator so that they can add you to the correct group using [Adding users for OpenShift AI](https://docs.redhat.com/en/documentation/red_hat_openshift_ai_cloud_service/1/html/managing_openshift_ai/managing-users-and-groups#adding-users-to-user-groups_managing-rhoai).\n\n3. Start a notebook server.\n\n\n This is not required if you have previously launched Jupyter.\n\n i. Select the **Notebook image** to use for your server.\n\n ii. If the notebook image contains multiple versions, select the version of the notebook image from the **Versions** section.\n\n iii. Select the **Container size** for your server.\n\n iv. Optional: Select the **Number of GPUs** (graphics processing units) for your server.\n\n v. Optional: Select and specify values for any new **Environment variables**.\n\n For example, if you plan to integrate with Red Hat OpenShift Streams for Apache Kafka, create environment variables to store your Kafka bootstrap server and the service account username and password here.\n\n he interface stores these variables so that you only need to enter them once. Example variable names for common environment variables are automatically provided for frequently integrated environments and frameworks, such as Amazon Web Services (AWS).\n\n vi. Click **Start server**.\n\n The **Starting server** progress indicator appears. If you encounter a problem during this process, an error message appears with more information. Click **Expand event log** to view additional information on the server creation process. Depending on the deployment size and resources you requested, starting the server can take up to several minutes. After the server starts, the JupyterLab interface opens.\n\n## Verification\nThe JupyterLab interface opens in the same tab.', img: '\\nGroup.svg\\nCreated using Figma 0.90\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n', internalRoute: 'notebookController', kfdefApplications: ['odh-notebook-controller', 'notebook-images'], diff --git a/frontend/src/pages/notebookController/screens/admin/NotebookAdminControl.tsx b/frontend/src/pages/notebookController/screens/admin/NotebookAdminControl.tsx index 73cd1e2dd9..f32895429c 100644 --- a/frontend/src/pages/notebookController/screens/admin/NotebookAdminControl.tsx +++ b/frontend/src/pages/notebookController/screens/admin/NotebookAdminControl.tsx @@ -73,7 +73,7 @@ const NotebookAdminControl: React.FC = () => { Create, delete, and manage permissions for {ODH_PRODUCT_NAME} users in OpenShift.{' '}