Skip to content

Commit

Permalink
tiup: add instructions for the --local option (#16097)
Browse files Browse the repository at this point in the history
  • Loading branch information
enkilee authored Jan 16, 2024
1 parent eb6ef7d commit ed36d61
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tiup/tiup-component-cluster-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ If this option is not specified, the output default template contains the follow
- Outputs a detailed topology template that is commented with configurable parameters. To enable this option, add it to the command.
- If this option is not specified, the simple topology template is output by default.

### --local

- Outputs a simple topology template for the local cluster, which can be used directly, and the `global` parameter can be adjusted as needed.
- This template creates a PD service, a TiDB service, a TiKV service, a monitoring service, and a Grafana service.

### --multi-dc

- Outputs the topology template of multiple data centers. To enable this option, add it to the command.
Expand Down

0 comments on commit ed36d61

Please sign in to comment.