Skip to content

Commit 49b2c1f

Browse files
authored
fix min max node count (#2765)
1 parent c9f95e3 commit 49b2c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/replicated-cli-cluster-create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ replicated cluster create [flags]
7171
<tr>
7272
<td>--nodegroup</td>
7373
<td>string</td>
74-
<td>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.</td>
74+
<td>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.</td>
7575
</tr>
7676
<Output/>
7777
<tr>

0 commit comments

Comments
 (0)