Skip to content

Commit 88f168d

Browse files
authored
tiup: add notice about importing cluster (#6108) (#6314)
1 parent ec2fd7e commit 88f168d

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

tiup/tiup-component-cluster-import.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ Before TiDB v4.0, TiDB clusters were mainly deployed using TiDB Ansible. For TiD
1010
>
1111
> + After importing the TiDB Ansible configuration to TiUP for management, **DO NOT** use TiDB Ansible for cluster operations anymore. Otherwise, conflicts might be caused due to inconsistent meta information.
1212
> + If the clusters deployed using TiDB Ansible are in any of the following situations, do not use the `import` command.
13-
> + Clusters with TLS encryption enabled
14-
> + Pure KV clusters (clusters without TiDB instances)
15-
> + Clusters with Kafka enabled
16-
> + Clusters with Spark enabled
17-
> + Clusters with TiDB Lightning/TiKV Importer enabled
18-
> + Clusters still using the old `push` mode to collect monitoring metrics (if you keep the default mode `pull` unchanged, using the `import` command is supported)
19-
> + Clusters in which the non-default ports (the ports configured in the `group_vars` directory are compatible) are separately configured in the `inventory.ini` configuration file using `node_exporter_port` / `blackbox_exporter_port`
13+
> + Clusters with TLS encryption enabled
14+
> + Pure KV clusters (clusters without TiDB instances)
15+
> + Clusters with Kafka enabled
16+
> + Clusters with Spark enabled
17+
> + Clusters with TiDB Lightning/TiKV Importer enabled
18+
> + Clusters still using the old `push` mode to collect monitoring metrics (if you keep the default mode `pull` unchanged, using the `import` command is supported)
19+
> + Clusters in which the non-default ports (the ports configured in the `group_vars` directory are compatible) are separately configured in the `inventory.ini` configuration file using `node_exporter_port` / `blackbox_exporter_port`
20+
> + If some nodes in the cluster deployed using TiDB Ansible are deployed without monitoring components, you should first use TiDB Ansible to add the corresponding node information in the `monitored_servers` section of the `inventory.ini` file, and then use the `deploy.yaml` playbook to fully deploy monitoring components. Otherwise, when you perform maintenance operations after the cluster is imported into TiUP, errors might occur due to the lack of monitoring components.
2021
2122
## Syntax
2223

0 commit comments

Comments
 (0)