diff --git a/docs/release-notes/config-policies.rst b/docs/release-notes/config-policies.rst new file mode 100644 index 00000000000..1e9a9442871 --- /dev/null +++ b/docs/release-notes/config-policies.rst @@ -0,0 +1,14 @@ +:orphan: + +**New Features** + +- Cluster: Add :ref:`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.