diff --git a/dev/faq/tidb.md b/dev/faq/tidb.md index 85fc8c697b7df..c17b7e088f86d 100644 --- a/dev/faq/tidb.md +++ b/dev/faq/tidb.md @@ -267,7 +267,7 @@ You can use Docker Compose to build a TiDB cluster locally, including the cluste #### How to add the `label` configuration if `label` of TiKV was not configured when I deployed the TiDB cluster for the first time? -The configuration of TiDB `label` is related to the cluster deployment architecture. It is important and is the basis for PD to execute global management and scheduling. If you did not configure `label` when deploying the cluster previously, you should adjust the deployment structure by manually adding the `location-labels` information using the PD management tool `pd-ctl`, for example, `config set location-labels "zone, rack, host"` (you should configure it based on the practical `label` level name). +The configuration of TiDB `label` is related to the cluster deployment architecture. It is important and is the basis for PD to execute global management and scheduling. If you did not configure `label` when deploying the cluster previously, you should adjust the deployment structure by manually adding the `location-labels` information using the PD management tool `pd-ctl`, for example, `config set location-labels "zone,rack,host"` (you should configure it based on the practical `label` level name). For the usage of `pd-ctl`, see [PD Control Instruction](/dev/reference/tools/pd-control.md). diff --git a/v2.0/FAQ.md b/v2.0/FAQ.md index cd9fcc1a40208..4f3bd92cb1002 100755 --- a/v2.0/FAQ.md +++ b/v2.0/FAQ.md @@ -259,7 +259,7 @@ You can use Docker Compose to build a TiDB cluster locally, including the cluste #### How to add the `label` configuration if `label` of TiKV was not configured when I deployed the TiDB cluster for the first time? -The configuration of TiDB `label` is related to the cluster deployment architecture. It is important and is the basis for PD to execute global management and scheduling. If you did not configure `label` when deploying the cluster previously, you should adjust the deployment structure by manually adding the `location-labels` information using the PD management tool `pd-ctl`, for example, `config set location-labels "zone, rack, host"` (you should configure it based on the practical `label` level name). +The configuration of TiDB `label` is related to the cluster deployment architecture. It is important and is the basis for PD to execute global management and scheduling. If you did not configure `label` when deploying the cluster previously, you should adjust the deployment structure by manually adding the `location-labels` information using the PD management tool `pd-ctl`, for example, `config set location-labels "zone,rack,host"` (you should configure it based on the practical `label` level name). For the usage of `pd-ctl`, see [PD Control Instruction](tools/pd-control.md). diff --git a/v2.1-legacy/FAQ.md b/v2.1-legacy/FAQ.md index 708e729b1fae8..88d582a4561df 100755 --- a/v2.1-legacy/FAQ.md +++ b/v2.1-legacy/FAQ.md @@ -259,7 +259,7 @@ You can use Docker Compose to build a TiDB cluster locally, including the cluste #### How to add the `label` configuration if `label` of TiKV was not configured when I deployed the TiDB cluster for the first time? -The configuration of TiDB `label` is related to the cluster deployment architecture. It is important and is the basis for PD to execute global management and scheduling. If you did not configure `label` when deploying the cluster previously, you should adjust the deployment structure by manually adding the `location-labels` information using the PD management tool `pd-ctl`, for example, `config set location-labels "zone, rack, host"` (you should configure it based on the practical `label` level name). +The configuration of TiDB `label` is related to the cluster deployment architecture. It is important and is the basis for PD to execute global management and scheduling. If you did not configure `label` when deploying the cluster previously, you should adjust the deployment structure by manually adding the `location-labels` information using the PD management tool `pd-ctl`, for example, `config set location-labels "zone,rack,host"` (you should configure it based on the practical `label` level name). For the usage of `pd-ctl`, see [PD Control Instruction](tools/pd-control.md). diff --git a/v2.1/faq/tidb.md b/v2.1/faq/tidb.md index 5c42352012de5..033eed2686326 100644 --- a/v2.1/faq/tidb.md +++ b/v2.1/faq/tidb.md @@ -267,7 +267,7 @@ You can use Docker Compose to build a TiDB cluster locally, including the cluste #### How to add the `label` configuration if `label` of TiKV was not configured when I deployed the TiDB cluster for the first time? -The configuration of TiDB `label` is related to the cluster deployment architecture. It is important and is the basis for PD to execute global management and scheduling. If you did not configure `label` when deploying the cluster previously, you should adjust the deployment structure by manually adding the `location-labels` information using the PD management tool `pd-ctl`, for example, `config set location-labels "zone, rack, host"` (you should configure it based on the practical `label` level name). +The configuration of TiDB `label` is related to the cluster deployment architecture. It is important and is the basis for PD to execute global management and scheduling. If you did not configure `label` when deploying the cluster previously, you should adjust the deployment structure by manually adding the `location-labels` information using the PD management tool `pd-ctl`, for example, `config set location-labels "zone,rack,host"` (you should configure it based on the practical `label` level name). For the usage of `pd-ctl`, see [PD Control Instruction](/v2.1/reference/tools/pd-control.md). diff --git a/v3.0/faq/tidb.md b/v3.0/faq/tidb.md index 7a7bd4f4c7fd2..208837c89cfd3 100644 --- a/v3.0/faq/tidb.md +++ b/v3.0/faq/tidb.md @@ -268,7 +268,7 @@ You can use Docker Compose to build a TiDB cluster locally, including the cluste #### How to add the `label` configuration if `label` of TiKV was not configured when I deployed the TiDB cluster for the first time? -The configuration of TiDB `label` is related to the cluster deployment architecture. It is important and is the basis for PD to execute global management and scheduling. If you did not configure `label` when deploying the cluster previously, you should adjust the deployment structure by manually adding the `location-labels` information using the PD management tool `pd-ctl`, for example, `config set location-labels "zone, rack, host"` (you should configure it based on the practical `label` level name). +The configuration of TiDB `label` is related to the cluster deployment architecture. It is important and is the basis for PD to execute global management and scheduling. If you did not configure `label` when deploying the cluster previously, you should adjust the deployment structure by manually adding the `location-labels` information using the PD management tool `pd-ctl`, for example, `config set location-labels "zone,rack,host"` (you should configure it based on the practical `label` level name). For the usage of `pd-ctl`, see [PD Control Instruction](/v3.0/reference/tools/pd-control.md). diff --git a/v3.1/faq/tidb.md b/v3.1/faq/tidb.md index 6cdbee1ed96b9..155ccd74a8bb8 100644 --- a/v3.1/faq/tidb.md +++ b/v3.1/faq/tidb.md @@ -267,7 +267,7 @@ You can use Docker Compose to build a TiDB cluster locally, including the cluste #### How to add the `label` configuration if `label` of TiKV was not configured when I deployed the TiDB cluster for the first time? -The configuration of TiDB `label` is related to the cluster deployment architecture. It is important and is the basis for PD to execute global management and scheduling. If you did not configure `label` when deploying the cluster previously, you should adjust the deployment structure by manually adding the `location-labels` information using the PD management tool `pd-ctl`, for example, `config set location-labels "zone, rack, host"` (you should configure it based on the practical `label` level name). +The configuration of TiDB `label` is related to the cluster deployment architecture. It is important and is the basis for PD to execute global management and scheduling. If you did not configure `label` when deploying the cluster previously, you should adjust the deployment structure by manually adding the `location-labels` information using the PD management tool `pd-ctl`, for example, `config set location-labels "zone,rack,host"` (you should configure it based on the practical `label` level name). For the usage of `pd-ctl`, see [PD Control Instruction](/v3.1/reference/tools/pd-control.md).