From 6b7089648044876464c83ce17b4eae4fda2968f0 Mon Sep 17 00:00:00 2001 From: Luiz Aoqui Date: Fri, 23 Jun 2023 15:47:35 -0400 Subject: [PATCH] changelog: add entry for node pools (#17707) --- .changelog/11041.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .changelog/11041.txt diff --git a/.changelog/11041.txt b/.changelog/11041.txt new file mode 100644 index 000000000..6acf511e8 --- /dev/null +++ b/.changelog/11041.txt @@ -0,0 +1,4 @@ +```release-note:feature +**Node Pools**: Allow cluster operators to partition Nomad clients and control which jobs are allowed to run in each pool. +``` +