From c682609fc413130f9f5fbf9a51f8661f9d94a48a Mon Sep 17 00:00:00 2001 From: Alexander Marshalov <_@marshalov.org> Date: Mon, 6 Mar 2023 11:58:31 +0100 Subject: [PATCH] added doc for placeholder support in vmagent specification for operator (https://github.com/VictoriaMetrics/operator/issues/592) (#3916) --- docs/operator/high-availability.md | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/docs/operator/high-availability.md b/docs/operator/high-availability.md index d48f1458f..08d873f33 100644 --- a/docs/operator/high-availability.md +++ b/docs/operator/high-availability.md @@ -20,7 +20,8 @@ To run VMAgent in a highly available manner you have to configure deduplication Then increase replicas for VMAgent. -create `VMSingle` with dedup flag +create `VMSingle` with dedup flag: + ```yaml cat <