From 912f91ed7dfc8d0e0f6a306dd9b32c22dbab173d Mon Sep 17 00:00:00 2001 From: Kristine Kunapuli <49738148+kkunapuli@users.noreply.github.com> Date: Mon, 21 Oct 2024 15:08:20 -0400 Subject: [PATCH] docs: task config policies release note (#10087) --- docs/release-notes/config-policies.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/release-notes/config-policies.rst 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.