-
Notifications
You must be signed in to change notification settings - Fork 357
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: task config policies release note (#10087)
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
:orphan: | ||
|
||
**New Features** | ||
|
||
- Cluster: Add :ref:`config policies <config-policies>` to enable administrators to set limits on | ||
how users can define workloads (e.g., experiments, notebooks, TensorBoards, shells, and | ||
commands). Administrators can define two types of configurations: | ||
|
||
- **Invariant Configs for Experiments**: Settings applied to all experiments within a specific | ||
scope (global or workspace). Invariant configs for other tasks (e.g. notebooks, TensorBoards, | ||
shells, and commands) is not yet supported. | ||
|
||
- **Constraints**: Restrictions that prevent users from exceeding resource limits within a | ||
scope. Constraints can be set independently for experiments and tasks. |