Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RHOAIENG-4452 Notebook images page #234

Merged
merged 1 commit into from
Mar 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions modules/configuring-a-custom-notebook.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[role='_abstract']
ifdef::upstream[]
You can configure custom notebook images that cater to your project's specific requirements. From the *Notebook image settings* page, you can enable or disable a previously imported notebook image and create an accelerator profile as a recommended accelerator for existing notebook images.
You can configure custom notebook images that cater to your project's specific requirements. From the *Notebook images* page, you can enable or disable a previously imported notebook image and create an accelerator profile as a recommended accelerator for existing notebook images.
endif::[]
ifndef::upstream[]
In addition to notebook images provided and supported by {org-name} and independent software vendors (ISVs), you can configure custom notebook images that cater to your project's specific requirements.
Expand All @@ -22,13 +22,13 @@ ifdef::self-managed[]
* You are assigned the `cluster-admin` role in {openshift-platform}.
endif::[]
* Your custom notebook image exists in an image registry and is accessible.
* You can access the *Settings → Notebook image settings* dashboard navigation menu option.
* You can access the *Settings → Notebook images* dashboard navigation menu option.


.Procedure
. From the {productname-short} dashboard, click *Settings* -> *Notebook image settings*.
. From the {productname-short} dashboard, click *Settings* -> *Notebook images*.
+
The *Notebook image settings* page appears. Previously imported notebook images are displayed. To enable or disable a previously imported notebook image, on the row containing the relevant notebook image, click the toggle in the *Enable* column.
The *Notebook images* page appears. Previously imported notebook images are displayed. To enable or disable a previously imported notebook image, on the row containing the relevant notebook image, click the toggle in the *Enable* column.
+
[NOTE]
====
Expand Down Expand Up @@ -62,7 +62,7 @@ The *Import Notebook images* dialog appears.
. Click *Import*.

.Verification
* The notebook image that you imported is displayed in the table on the *Notebook image settings* page.
* The notebook image that you imported is displayed in the table on the *Notebook images* page.
* Your custom notebook image is available for selection on the *Start a notebook server* page in Jupyter.

[role="_additional-resources"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ endif::[]
* You have existing notebook images in your deployment.

.Procedure
. From the {productname-short} dashboard, click *Settings* -> *Notebook image settings*.
. From the {productname-short} dashboard, click *Settings* -> *Notebook images*.
+
The *Notebook image settings* page appears. Previously imported notebook images are displayed.
The *Notebook images* page appears. Previously imported notebook images are displayed.
. Click the action menu (⋮) and select *Edit* from the list.
+
The *Update notebook image* dialog opens.
Expand Down
2 changes: 1 addition & 1 deletion modules/ref-dashboard-configuration-options.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ disableClusterManager` | `false` | Shows the *Settings → Cluster settings* opt
| `dashboardConfig:
disableTracking` | `true` | Allows {org-name} to collect data about {productname-short} usage in your cluster. To enable data collection, set the value to `false`. You can also set this option in the {productname-short} dashboard interface from the *Settings → Cluster settings* navigation menu.
| `dashboardConfig:
disableBYONImageStream` | `false` | Shows the *Settings → Notebook image settings* option in the dashboard navigation menu. To hide this menu option, set the value to `false`.
disableBYONImageStream` | `false` | Shows the *Settings → Notebook images* option in the dashboard navigation menu. To hide this menu option, set the value to `false`.
| `dashboardConfig:
disableISVBadges` | `false` | Shows the label on a tile that indicates whether the application is “{org-name} managed”, “Partner managed”, or “Self-managed”. To hide these labels, set the value to `true`.
| `dashboardConfig:
Expand Down
2 changes: 1 addition & 1 deletion modules/the-open-data-hub-user-interface.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Model Serving:: The *Model Serving* page allows you to manage and view the statu

Resources:: The *Resources* page displays learning resources such as documentation, how-to material, and quick start tours. You can filter visible resources using the options displayed on the left, or enter terms into the search bar.

Settings -> Notebook image settings:: The *Notebook image settings* page allows you to configure custom notebook images that cater to your project's specific requirements. After you have added custom notebook images to your deployment of {productname-short}, they are available for selection when creating a notebook server.
Settings -> Notebook images:: The *Notebook images* page allows you to configure custom notebook images that cater to your project's specific requirements. After you have added custom notebook images to your deployment of {productname-short}, they are available for selection when creating a notebook server.

Settings -> Cluster settings:: The *Cluster settings* page allows you to perform the following administrative tasks on your cluster:
* Enable or disable {org-name}'s ability to collect data about {productname-short} usage on your cluster.
Expand Down
4 changes: 2 additions & 2 deletions modules/updating-an-accelerator-profile.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ endif::[]
* The accelerator profile exists in your deployment.

.Procedure
. From the {productname-short} dashboard, click *Settings* -> *Notebook image settings*.
. From the {productname-short} dashboard, click *Settings* -> *Notebook images*.
+
The *Notebook image settings* page appears. Previously imported notebook images are displayed. To enable or disable a previously imported notebook image, on the row containing the relevant notebook image, click the toggle in the *Enable* column.
The *Notebook images* page appears. Previously imported notebook images are displayed. To enable or disable a previously imported notebook image, on the row containing the relevant notebook image, click the toggle in the *Enable* column.
. Click the action menu (⋮) and select *Edit* from the list.
+
The *Edit accelerator profile* dialog opens.
Expand Down