Skip to content

Commit e1ce409

Browse files
committed
Add cluster create addon flags
Signed-off-by: Kyle Squizzato <[email protected]>
1 parent 40c5594 commit e1ce409

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ replicated cluster create [flags]
1818
<th width="50%">Description</th>
1919
</tr>
2020
<Help/>
21+
<tr>
22+
<td>--addon</td>
23+
<td>string</td>
24+
<td>Addons to install on the cluster (can be specified multiple times)</td>
25+
</tr>
26+
<tr>
27+
<td>--bucket-prefix</td>
28+
<td>string</td>
29+
<td>A prefix for the bucket name to be created (required by '--addon object-store')</td>
30+
</tr>
2131
<tr>
2232
<td>--disk</td>
2333
<td>integer</td>

0 commit comments

Comments
 (0)