Add a TiFlash Node

Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.

Original topic: 新增 tiflash 节点

| username: 等一分钟

In the existing TiDB cluster, I want to add a new TiFlash node. The cluster was installed using tiup.

cat scale-out_tiflash.yaml 
tiflash_servers:
  - host: x.x.x.x
    ssh_port: 10086
    data_dir: /data/tidb-data/tiflash-9000
    deploy_dir: /opt/tidb-deploy/tiflash-9000

Before executing tiup cluster scale-out tidb-p scale-out_tiflash.yaml, how should the SSH mutual trust be set up?

| username: Ming | Original post link

Take a look at this, it is about configuring mutual trust.

| username: gary | Original post link

ssh-copy-id -i ~/.ssh/id_rsa.pub x.x.x.x (the IP of tiflash)

| username: 等一分钟 | Original post link

Thank you!

| username: system | Original post link

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.