Skip to content

Commit 45259c3

Browse files
committed
revert reference to replicas
1 parent e15a1b3 commit 45259c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/administration/runner/runner-management/node-dispatch.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,6 @@ When defining Node Filters for Runners, it is possible to have filters on multip
9494
For example, one Runner may have the node filter ```region: "us-west-1"``` and another Runner may have the node filter ```region: "us-west-1" osFamily: "windows"```.
9595
In this case, Jobs steps that target _Windows_ nodes in the _US-WEST-1_ region could be dispatched through **_either_** Runner.
9696

97-
It is recommended to **avoid overlapping Node Filters for Runners**, as this can lead to confusion and unexpected behavior. Instead, it is recommended to use Replicas to scale the Runner's capacity and provide redundancy.
97+
While this can be useful for redundancy purposes, it requires careful considering that both Runners and their hosts are configured as identically as possible to reduce the likelihood of unpredictable behavior.
98+
99+
Native high-availability and horizontal scaling of Runners is planned for a future release.

0 commit comments

Comments
 (0)