From ef66e83a7a4a67881013a945d3c816b4a46e82b1 Mon Sep 17 00:00:00 2001 From: Josh De Winne Date: Wed, 23 Oct 2024 11:29:33 -0700 Subject: [PATCH] fix min max node count --- docs/reference/replicated-cli-cluster-create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/replicated-cli-cluster-create.md b/docs/reference/replicated-cli-cluster-create.md index 87fbeeed9a..1a7b862085 100644 --- a/docs/reference/replicated-cli-cluster-create.md +++ b/docs/reference/replicated-cli-cluster-create.md @@ -71,7 +71,7 @@ replicated cluster create [flags] --nodegroup string - Node group to create (name=?,instance-type=?,nodes=?,min-nodes=?,max-nodes=?,disk=? format, can be specified multiple times). For each nodegroup, at least one of the following flags must be specified: name, instance-type, nodes, min-nodes, max-nodes or disk. + Node group to create (name=?,instance-type=?,nodes=?,min-nodes=?,max-nodes=?,disk=? format, can be specified multiple times). For each nodegroup, at least one flag must be specified. The flags min-nodes and max-nodes are mutually dependent.