Browse Source

Updates minimum_number_of_allocations description (#117746) (#117984)

kosabogi 10 months ago
parent
commit
2272d4818a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      docs/reference/ml/ml-shared.asciidoc

+ 2 - 1
docs/reference/ml/ml-shared.asciidoc

@@ -18,7 +18,8 @@ end::adaptive-allocation-max-number[]
 
 tag::adaptive-allocation-min-number[]
 Specifies the minimum number of allocations to scale to.
-If set, it must be greater than or equal to `1`.
+If set, it must be greater than or equal to `0`.
+If not defined, the deployment scales to `0`.
 end::adaptive-allocation-min-number[]
 
 tag::aggregations[]