From dbf42aacfee45170af2f1403f013adc4c71bbad5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Fri, 17 Jan 2025 15:19:34 +0100 Subject: [PATCH] TiUP: Link docs (#20022) --- tiup/tiup-component-cluster-clean.md | 4 ++++ tiup/tiup-component-cluster-deploy.md | 4 ++++ tiup/tiup-component-cluster-destroy.md | 4 ++++ tiup/tiup-component-cluster-display.md | 4 ++++ tiup/tiup-component-cluster-edit-config.md | 4 ++++ tiup/tiup-component-cluster-list.md | 4 ++++ tiup/tiup-component-cluster-patch.md | 4 ++++ tiup/tiup-component-cluster-reload.md | 4 ++++ tiup/tiup-component-cluster-rename.md | 4 ++++ tiup/tiup-component-cluster-scale-out.md | 4 ++++ tiup/tiup-component-cluster-start.md | 4 ++++ tiup/tiup-component-cluster-stop.md | 4 ++++ tiup/tiup-component-cluster-upgrade.md | 4 ++++ 13 files changed, 52 insertions(+) diff --git a/tiup/tiup-component-cluster-clean.md b/tiup/tiup-component-cluster-clean.md index c3d927d44e1ee..6756dfaab213e 100644 --- a/tiup/tiup-component-cluster-clean.md +++ b/tiup/tiup-component-cluster-clean.md @@ -65,3 +65,7 @@ tiup cluster clean [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) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-deploy.md b/tiup/tiup-component-cluster-deploy.md index 3983e01f9fa72..a2a9db669b25f 100644 --- a/tiup/tiup-component-cluster-deploy.md +++ b/tiup/tiup-component-cluster-deploy.md @@ -68,3 +68,7 @@ tiup cluster deploy [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) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-destroy.md b/tiup/tiup-component-cluster-destroy.md index ef193d0ef8aa8..2b4fa914a5a4b 100644 --- a/tiup/tiup-component-cluster-destroy.md +++ b/tiup/tiup-component-cluster-destroy.md @@ -50,3 +50,7 @@ tiup cluster destroy [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) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-display.md b/tiup/tiup-component-cluster-display.md index 4d4124aa532c0..37d751362ff95 100644 --- a/tiup/tiup-component-cluster-display.md +++ b/tiup/tiup-component-cluster-display.md @@ -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) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-edit-config.md b/tiup/tiup-component-cluster-edit-config.md index 26a638246aa94..9d5cf66c8f6e8 100644 --- a/tiup/tiup-component-cluster-edit-config.md +++ b/tiup/tiup-component-cluster-edit-config.md @@ -34,3 +34,7 @@ tiup cluster edit-config [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) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-list.md b/tiup/tiup-component-cluster-list.md index 7a5f727d2a43d..733e1135ad3bb 100644 --- a/tiup/tiup-component-cluster-list.md +++ b/tiup/tiup-component-cluster-list.md @@ -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) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-patch.md b/tiup/tiup-component-cluster-patch.md index 6d1e420e80059..d16ec1e0f4a2f 100644 --- a/tiup/tiup-component-cluster-patch.md +++ b/tiup/tiup-component-cluster-patch.md @@ -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) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-reload.md b/tiup/tiup-component-cluster-reload.md index ae904659e07ab..f3bc21c6b300c 100644 --- a/tiup/tiup-component-cluster-reload.md +++ b/tiup/tiup-component-cluster-reload.md @@ -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) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-rename.md b/tiup/tiup-component-cluster-rename.md index 7dcd6300303c7..92e707f5263e7 100644 --- a/tiup/tiup-component-cluster-rename.md +++ b/tiup/tiup-component-cluster-rename.md @@ -36,3 +36,7 @@ tiup cluster rename [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) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-scale-out.md b/tiup/tiup-component-cluster-scale-out.md index 23c31858b35e5..a84e678639ae3 100644 --- a/tiup/tiup-component-cluster-scale-out.md +++ b/tiup/tiup-component-cluster-scale-out.md @@ -64,3 +64,7 @@ tiup cluster scale-out [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) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-start.md b/tiup/tiup-component-cluster-start.md index b9871d657d12e..5209c0e58715d 100644 --- a/tiup/tiup-component-cluster-start.md +++ b/tiup/tiup-component-cluster-start.md @@ -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) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-stop.md b/tiup/tiup-component-cluster-stop.md index 77a49b7636e6c..d153fd5000da7 100644 --- a/tiup/tiup-component-cluster-stop.md +++ b/tiup/tiup-component-cluster-stop.md @@ -52,3 +52,7 @@ tiup cluster stop [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) \ No newline at end of file diff --git a/tiup/tiup-component-cluster-upgrade.md b/tiup/tiup-component-cluster-upgrade.md index a903d40969cc7..e5fc3ddc36a2d 100644 --- a/tiup/tiup-component-cluster-upgrade.md +++ b/tiup/tiup-component-cluster-upgrade.md @@ -147,3 +147,7 @@ tiup cluster upgrade [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) \ No newline at end of file