From 26c5aa7fea54e62efa4c125001f6366fa0631a69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20=C5=9Awi=C4=85tek?= Date: Tue, 16 Apr 2024 11:02:33 +0200 Subject: [PATCH] Fix outdated api docs --- docs/api.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index f38a729e4b..842764eab1 100644 --- a/docs/api.md +++ b/docs/api.md @@ -40457,7 +40457,8 @@ TargetAllocator indicates a value which determines whether to spawn a target all AllocationStrategy determines which strategy the target allocator should use for allocation. The current options are least-weighted, consistent-hashing and per-node. The default is -consistent-hashing.
+consistent-hashing. +WARNING: The per-node strategy currently ignores targets without a Node, like control plane components.

Enum: least-weighted, consistent-hashing
Default: consistent-hashing