From 964bb30dd8031724203344574d40250d278626b9 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Thu, 18 Apr 2024 12:04:03 +0300 Subject: [PATCH] Update multiple-instances.md Scalable is evaluated only once --- content/developer/blueprints/multiple-instances.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/developer/blueprints/multiple-instances.md b/content/developer/blueprints/multiple-instances.md index 07a9b9d20..e75e2ad58 100644 --- a/content/developer/blueprints/multiple-instances.md +++ b/content/developer/blueprints/multiple-instances.md @@ -32,6 +32,11 @@ node_templates: {{< /highlight >}} See [Node Templates]({{< relref "developer/blueprints/spec-node-templates.md" >}}#capabilities-scalable-configuration) for additional details. +{{% note title="Notes" %}} + +* scalable:default_instances is evaluated only on deployment creation and can't be updated. + +{{% /note %}} ## Scaling Policy and Scaling Groups Configuration To specify the initial number of instances a *group* of node templates will have as a single unit, use scaling policies and groups.