From 75977a4d02bdc42646b89e31b1780ea1021c6c1b 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 <