Skip to content

Commit 9ddff8d

Browse files
Merge pull request #491 from jasonnovichRunAI/v2.14
updated whats new and email
2 parents 0809ce1 + 2777eea commit 9ddff8d

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

docs/admin/researcher-setup/email-messaging.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
The notifications service listens to events on the Kubernetes cluster and passes notifications of those events via email. The service can be configured to send the notifications to one or more pre configured email addresses, or to the email address of the user that submitted the workload.
44

5-
Note: In order to send notifications dynamically to the user who submitted the workload, the user should be logged in to the Run:ai UI or CLI.
5+
???+ Note
6+
In order to send notifications dynamically to the user who submitted the workload, the user should be logged in to the Run:ai UI or CLI.
67

7-
The service can also be configured using a regular expression to send notifications only for specific namespaces on the cluster. This enables notification only for specific Run:ai projects. The default configuration sends notifications for all the namespaces starting with `runai-`.
8+
The service can also be configured using a regular expression to send notifications only for specific namespaces on the cluster. This enables notifications only for specific Run:ai projects. The default configuration sends notifications for all the namespaces starting with `runai-`.
89

910
## Prerequisites
1011

docs/home/whats-new-2-14.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,46 +12,46 @@ TODO Add RBAC old--new conversion table here. -->
1212

1313
### Auto delete jobs
1414
<!-- RUN-8586/RUN-11777 -->
15-
* We are pleased to announce new functionality in our UI and CLI that provides configuration options which automatically delete jobs after a specified amount of time. Auto-deletion provides more efficient use of resources and makes it easier for researchers to manage their jobs. For more configuration options in the UI, see *Auto deletion* (Step 9) in [Create a new workspace](../Researcher/user-interface/workspaces/create/workspace-v2.md#create-a-new-workspace). For more information on the CLI flag, see [--auto-deletion-time-after-completion](../Researcher/cli-reference/runai-submit.md).
15+
* Added new functionality to the UI and CLI that provides configuration options which automatically delete jobs after a specified amount of time. Auto-deletion provides more efficient use of resources and makes it easier for researchers to manage their jobs. For more configuration options in the UI, see *Auto deletion* (Step 9) in [Create a new workspace](../Researcher/user-interface/workspaces/create/workspace-v2.md#create-a-new-workspace). For more information on the CLI flag, see [--auto-deletion-time-after-completion](../Researcher/cli-reference/runai-submit.md).
1616

1717
### Multiple service types
1818
<!-- RUN-10235/RUN-10485 Support multi service types in the CLI submission -->
19-
* We are pleased to announce new functionality in our CLI that allows submitting a workload with multiple service types at the same time in a CSV style format. Both the CLI and the UI now provide the same functionality. For more information see [runai submit](../Researcher/cli-reference/runai-submit.md).
19+
* Added new functionality to our CLI that allows submitting a workload with multiple service types at the same time in a CSV style format. Both the CLI and the UI now provide the same functionality. For more information see [runai submit](../Researcher/cli-reference/runai-submit.md).
2020

2121
<!-- RUN-9808/RUN-9810 Show effective project policy from the UI
2222
* We are pleased to announce an enhancement to the Projects table where users now have the ability to view policies from within a project. For more information, see [Projects](). -->
2323

2424
### Ephemeral volumes
2525
<!--RUN-9958/RUN-10061 Ephemeral volumes in workspaces -->
26-
* We are pleased to announce support for Ephemeral volumes in *Workspaces*. Ephemeral storage is tied to the lifecycle of the *Workspace*. It’s temporary storage that gets wiped out and lost when the workspace is deleted. Ephemeral storage is added to the *Workspace* configuration form in the *Volume* pane. For configuration information, see step 7 in [Create a new workspace](../Researcher/user-interface/workspaces/create/.workspace-v2.md#create-a-new-workspace).
26+
* Added support for Ephemeral volumes in *Workspaces*. Ephemeral storage is tied to the lifecycle of the *Workspace*, which is temporary storage that gets wiped out and lost when the workspace is deleted. Ephemeral storage is added to the *Workspace* configuration form in the *Volume* pane. For configuration information, see [Create a new workspace](../Researcher/user-interface/workspaces/create/.workspace-v2.md#create-a-new-workspace).
2727

2828
### Email notifications
2929
<!-- RUN-9868/RUN-10087 support per user scheduling events notifications (slack/email) -->
30-
* We are pleased to announce new functionality where users can now receive notifications from scheduling events. Researchers using Run:ai can now receive notifications via email and is configured so that each user will only get the events relevant to their workloads. For more information, see [email notifications](../admin/researcher-setup/email-messaging.md#email-notifications).
30+
* Added new functionality that provides notifications from scheduling events. Run:ai can now send notifications via email and can be configured so that each user will only get the events relevant to their workloads. For more information, see [email notifications](../admin/researcher-setup/email-messaging.md#email-notifications).
3131

3232
### CLI improvements
3333
<!-- RUN-10335/RUN-10510 Node port command line -->
34-
* We are pleased to announce improved functionality in the `runai submit` command which now clarifies the port for the container using the `nodeport` flag. For more information, see `runai submit`, [--service-type](../Researcher/cli-reference/runai-submit.md#s----service-type-string) `nodeport`.
34+
* Improved functionality in the `runai submit` command so that the port for the container is specified using the `nodeport` flag. For more information, see `runai submit`, [--service-type](../Researcher/cli-reference/runai-submit.md#s----service-type-string) `nodeport`.
3535

3636
### Policy improvements
3737
<!-- RUN-10575/RUN-10579 Add numeric rules in the policy to GPU memory, CPU memory & CPU -->
38-
* We are pleased to announce increased flexibility when creating policies. The improved flexibility includes the ability to allocate a `min` and a `max` value for CPU and GPU memory. For configuration information, see [GPU and CPU memory limits](../admin/workloads/policies.md#gpu-and-cpu-memory-limits) in *Configuring policies*.
38+
* Improved flexibility when creating policies which provides the ability to allocate a `min` and a `max` value for CPU and GPU memory. For configuration information, see [GPU and CPU memory limits](../admin/workloads/policies.md#gpu-and-cpu-memory-limits) in *Configuring policies*.
3939

4040
### Resource costing
4141
<!-- RUN-11421/RUN-11508 Consumption report cost and bugs -->
42-
* We are pleased to announce that we have added an additional table to the Consumption dashboard. This table contains the consumption per department and the cost per department. For more information, see [Consumption dashboard](../admin/admin-ui-setup/dashboard-analysis.md#consumption-dashboard).
42+
* Added an additional table to the Consumption dashboard that contains the consumption per department and the cost per department. For more information, see [Consumption dashboard](../admin/admin-ui-setup/dashboard-analysis.md#consumption-dashboard).
4343

4444
### Deployment improvements
4545
<!-- RUN-11563/RUN-11564 MPS and tolerance -->
46-
* We are pleased to announce improvements to the deployment form which now include support for and *Multi-Process Service (MPS)*. *MPS* is a service which allows the running of parallel processes on the same GPU, which are all run by the same userid. To enable *MPS* support, move the selector switch on the *Deployments* form.
46+
* Improvements in the *Deployment* form include:
47+
48+
* Support for *Tolerations*. *Tolerations* guide the system to which node each pod can be scheduled to or evicted by matching between rules and taints defined for each Kubernetes node.
49+
* Support for *Multi-Process Service (MPS)*. *MPS* is a service which allows the running of parallel processes on the same GPU, which are all run by the same userid. To enable *MPS* support, move the selector switch on the *Deployments* form.
4750

48-
!!! Note
49-
If you do not use the same userid, the processes will run in serial and could possibly degrade performance.
51+
!!! Note
52+
If you do not use the same userid, the processes will run in serial and could possibly degrade performance.
5053

51-
* We are pleased to announce improvements to the deployment form which now include support for *Tolerations*. *Tolerations* guide the system to which node each pod can be
52-
scheduled to or evicted by matching between rules and taints defined for each Kubernetes node.
53-
54-
<!-- Configuration procedure added here because the deployments page has no procedure on it. -->
54+
<!-- Configuration procedure added here because the deployments page has no procedure on it.
5555
To configure *Tolerations*:
5656
5757
1. In the left pane menu, press *Deployments*, then press *New deployment*.
@@ -64,7 +64,7 @@ To configure *Tolerations*:
6464
4. Enter a *Value* and *Toleration seconds* (optional).
6565
6666
4. When your form is complete press *Deploy*.
67-
67+
-->
6868
### Fixed issues
6969

7070
| Internal ID | Description |

0 commit comments

Comments
 (0)