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?