Skip to content

Commit 9085dbf

Browse files
Merge pull request #732 from jasonnovichRunAI/v2.17-RUN-16508-Workloads-view-Metrics-per-GPU-per-pod
RUN-16508 update workload page
2 parents 1fb9bc8 + fed4186 commit 9085dbf

File tree

1 file changed

+25
-17
lines changed

1 file changed

+25
-17
lines changed

docs/admin/workloads/README.md

Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,14 @@ Typical Kubernetes workloads are any kind of workload built for Kubernetes. The
4747

4848
Run:ai makes it easy to run machine learning workloads effectively on Kubernetes. Run:ai provides both a UI and API interface that introduces a simple and more efficient way to manage machine learning workloads, which will appeal to data scientists and engineers alike.
4949

50-
The Workloads view provides a replacement for the Jobs, Trainings, and Workspaces views. The new table format provides:
50+
The Workloads table provides:
5151

5252
* Changing of the layout of the *Workloads* table by pressing *Columns* to add or remove columns from the table.
5353
* Download the table to a CSV file by pressing *More*, then pressing *Download as CSV*.
5454
* Search for a workload by pressing *Search* and entering the name of the workload.
5555
* Advanced workload management.
5656
* Added workload statuses for better tracking of workload flow.
5757

58-
To enable the *Workloads* view, press *Try Workloads*. To return to the *Jobs* view, press *Go Back To Jobs View*.
59-
6058
To create new workloads, press [*New Workload*](submitting-workloads.md).
6159

6260
### API Documentation
@@ -67,15 +65,26 @@ Access the platform [API documentation](https://app.run.ai/api/docs){target=_bla
6765

6866
You can manage a workload by selecting one from the view. Once selected, you can:
6967

70-
* Delete a workload
71-
* Connect
72-
* Stop a workload
73-
* Activate a workload
68+
* Run a workload.
69+
* Stop a workload.
70+
* Connect to a workload—provides a connection to the selected workload's designated tool. Press the item in the column to show the connection URL.
71+
* Delete a workload.
72+
* Copy and edit a workload—use this function to run another workload based on the selected workload.
73+
74+
* If the workload was submitted using the UI, then a copy of the original workload form will open allowing you to make changes to the workload properties.
75+
* If the workload was submitted using the CLI, then a window shows with the original CLI command. Copy the command and make changes to the submission.
76+
7477
* Show details—provides in-depth information about the selected workload including:
7578

7679
* Event history—workload status over time. Use the filter to search through the history for specific events.
77-
* Metrics—metrics for GPU utilization, CPU usage, GPU memory usage, and CPU memory usage. Use the date selector to choose the time period for the metrics.
78-
* Logs—logs of the current status. Use the Download button to download the logs.
80+
* Metrics—use the drop down to filter metrics per pod. Select a category from the list below:
81+
82+
* GPU compute utilization—hover over for individual GPU details
83+
* GPU memory usage—hover over for individual GPU details
84+
* CPU usage—hover over for usage details
85+
* CPU memory usage—hover over for usage details
86+
87+
* Logs—logs of the selected workload. Use the drop down to filter metrics per pod. Use the Download button to download the logs.
7988

8089
### Workloads Status
8190

@@ -116,11 +125,10 @@ To get the full experience of Run:ai’s environment and platform use the follow
116125

117126
To assist you with other platforms, and other types of workloads use the integrations listed below.
118127

119-
1. [Airflow](https://docs.run.ai/v2.13/admin/integration/airflow/)
120-
2. [MLflow](https://docs.run.ai/v2.13/admin/integration/mlflow/)
121-
3. [Kubeflow](https://docs.run.ai/v2.13/admin/integration/kubeflow/)
122-
4. [Seldon Core](https://docs.run.ai/v2.13/admin/integration/seldon/)
123-
5. [Spark](https://docs.run.ai/v2.13/admin/integration/spark/)
124-
6. [Ray](https://docs.run.ai/v2.13/admin/integration/ray/)
125-
7. [KubeVirt (VM)](https://docs.run.ai/v2.13/admin/integration/kubevirt/)
126-
128+
1. [Airflow](https://runai.my.site.com/community/s/article/How-to-integrate-Run-ai-with-Apache-Airflow){target=_blank}
129+
2. [MLflow](https://runai.my.site.com/community/s/article/How-to-integrate-Run-ai-with-MLflow){target=_blank}
130+
3. [Kubeflow](https://runai.my.site.com/community/s/article/How-to-integrate-Run-ai-with-Kubeflow){target=_blank}
131+
4. [Seldon Core](https://runai.my.site.com/community/s/article/How-to-integrate-Run-ai-with-Seldon-Core){target=_blank}
132+
5. [Spark](https://runai.my.site.com/community/s/article/How-to-Run-Spark-jobs-with-Run-AI){target=_blank}
133+
6. [Ray](https://runai.my.site.com/community/s/article/How-to-Integrate-Run-ai-with-Ray){target=_blank}
134+
7. [KubeVirt (VM)](https://runai.my.site.com/community/s/article/{target=_blank}How-to-integrate-with-Kubevirt-Scheduling-Virtual-Machines-using-Run-ai)

0 commit comments

Comments
 (0)