Skip to content

Commit

Permalink
TiUP: Link docs (#20022)
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden authored Jan 17, 2025
1 parent 430d022 commit dbf42aa
Show file tree
Hide file tree
Showing 13 changed files with 52 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tiup/tiup-component-cluster-clean.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,7 @@ tiup cluster clean <cluster-name> [flags]
The execution logs of tiup-cluster.

[<< Back to the previous page - TiUP Cluster command list](/tiup/tiup-component-cluster.md#command-list)

## See also

- [TiUP Common Operations](/maintain-tidb-using-tiup.md)
4 changes: 4 additions & 0 deletions tiup/tiup-component-cluster-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,7 @@ tiup cluster deploy <cluster-name> <version> <topology.yaml> [flags]
The deployment log.

[<< Back to the previous page - TiUP Cluster command list](/tiup/tiup-component-cluster.md#command-list)

## See also

- [Deploy a TiDB Cluster Using TiUP](/production-deployment-using-tiup.md)
4 changes: 4 additions & 0 deletions tiup/tiup-component-cluster-destroy.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@ tiup cluster destroy <cluster-name> [flags]
The execution log of the tiup-cluster.

[<< Back to the previous page - TiUP Cluster command list](/tiup/tiup-component-cluster.md#command-list)

## See also

- [TiUP Common Operations](/maintain-tidb-using-tiup.md)
4 changes: 4 additions & 0 deletions tiup/tiup-component-cluster-display.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,7 @@ A node service can run in one of the following statuses:
Node service status derives from the PD scheduling information. For more details, see [Information collection](/tidb-scheduling.md#information-collection).

[<< Back to the previous page - TiUP Cluster command list](/tiup/tiup-component-cluster.md#command-list)

## See also

- [TiUP Common Operations](/maintain-tidb-using-tiup.md)
4 changes: 4 additions & 0 deletions tiup/tiup-component-cluster-edit-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ tiup cluster edit-config <cluster-name> [flags]
- If you have mistakenly modified the fields that cannot be modified, when you save the file, an error will be reported, reminding you to edit the file again. For the fields that cannot be modified, see the [topology file](/tiup/tiup-cluster-topology-reference.md).

[<< Back to the previous page - TiUP Cluster command list](/tiup/tiup-component-cluster.md#command-list)

## See also

- [TiUP Common Operations](/maintain-tidb-using-tiup.md)
4 changes: 4 additions & 0 deletions tiup/tiup-component-cluster-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@ Outputs the table with the following fields:
- PrivateKey: the path of the private key that is used to connect the cluster

[<< Back to the previous page - TiUP Cluster command list](/tiup/tiup-component-cluster.md#command-list)

## See also

- [TiUP Common Operations](/maintain-tidb-using-tiup.md)
4 changes: 4 additions & 0 deletions tiup/tiup-component-cluster-patch.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,7 @@ After you have completed the preceding steps, you can use `/tmp/${component}-hot
The execution log of the tiup-cluster.

[<< Back to the previous page - TiUP Cluster command list](/tiup/tiup-component-cluster.md#command-list)

## See also

- [TiUP Common Operations](/maintain-tidb-using-tiup.md)
4 changes: 4 additions & 0 deletions tiup/tiup-component-cluster-reload.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,7 @@ After you specify the `--skip-restart` option, it only refreshes the configurati
The execution log of the tiup-cluster.

[<< Back to the previous page - TiUP Cluster command list](/tiup/tiup-component-cluster.md#command-list)

## See also

- [TiUP Common Operations](/maintain-tidb-using-tiup.md)
4 changes: 4 additions & 0 deletions tiup/tiup-component-cluster-rename.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@ tiup cluster rename <old-cluster-name> <new-cluster-name> [flags]
The execution log of the tiup-cluster.

[<< Back to the previous page - TiUP Cluster command list](/tiup/tiup-component-cluster.md#command-list)

## See also

- [TiUP Common Operations](/maintain-tidb-using-tiup.md)
4 changes: 4 additions & 0 deletions tiup/tiup-component-cluster-scale-out.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,7 @@ tiup cluster scale-out <cluster-name> <topology.yaml> [flags]
The log of scaling out.

[<< Back to the previous page - TiUP Cluster command list](/tiup/tiup-component-cluster.md#command-list)

## See also

- [Scale a TiDB Cluster Using TiUP](/scale-tidb-using-tiup.md)
4 changes: 4 additions & 0 deletions tiup/tiup-component-cluster-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,7 @@ Starts the cluster in a safe way. It is recommended to use this option when the
The log of starting the service.

[<< Back to the previous page - TiUP Cluster command list](/tiup/tiup-component-cluster.md#command-list)

## See also

- [TiUP Common Operations](/maintain-tidb-using-tiup.md)
4 changes: 4 additions & 0 deletions tiup/tiup-component-cluster-stop.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,7 @@ tiup cluster stop <cluster-name> [flags]
The log of stopping the service.

[<< Back to the previous page - TiUP Cluster command list](/tiup/tiup-component-cluster.md#command-list)

## See also

- [TiUP Common Operations](/maintain-tidb-using-tiup.md)
4 changes: 4 additions & 0 deletions tiup/tiup-component-cluster-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,7 @@ tiup cluster upgrade <cluster-name> <version> [flags]
The log of the upgrading progress.

[<< Back to the previous page - TiUP Cluster command list](/tiup/tiup-component-cluster.md#command-list)

## See also

- [Upgrade TiDB Using TiUP](/upgrade-tidb-using-tiup.md)

0 comments on commit dbf42aa

Please sign in to comment.