Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove all TiDB Ansible related contents from dev #5157

Merged
merged 14 commits into from
Dec 29, 2020
Prev Previous commit
Next Next commit
fix
  • Loading branch information
TomShawn committed Dec 23, 2020
commit 35070d18c4361a1628d6ff454c41bf6f7ddfb9bc
6 changes: 1 addition & 5 deletions faq/deploy-and-maintain-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,11 +260,7 @@ Client 连接只能通过 TiDB 访问集群,TiDB 负责连接 PD 与 TiKV,PD

#### 集群下线节点后,怎么删除老集群节点监控信息?

下线节点一般指 TiKV 节点通过 pd-ctl 或者监控判断节点是否下线完成。节点下线完成后,手动停止下线节点上相关的服务。从 Prometheus 配置文件中删除对应节点的 node_exporter 信息。从 Ansible inventory.ini 中删除对应节点的信息。

#### 使用 PD Control 连接 PD Server 时,为什么只能通过本机 IP 连接,不能通过 127.0.0.1 连接?

因为使用 TiDB Ansible 部署的集群,PD 对外服务端口不会绑定到 127.0.0.1,所以 PD Control 不会识别 127.0.0.1。
下线节点一般指 TiKV 节点通过 pd-ctl 或者监控判断节点是否下线完成。节点下线完成后,手动停止下线节点上相关的服务。从 Prometheus 配置文件中删除对应节点的 node_exporter 信息。

### TiDB server 管理

Expand Down
2 changes: 1 addition & 1 deletion upgrade-tidb-using-tiup.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ tiup update cluster

> **注意:**
>
> + 目前 TiUP 仅支持 `systemd` 的进程管理模式。如果此前使用 TiDB Ansible 部署时选择了 `supervise`,需要先按[使用 TiDB Ansible 部署 TiDB 集群](/online-deployment-using-ansible.md#如何调整进程监管方式从-supervise-到-systemd)迁移到 `systemd`。
> + 目前 TiUP 仅支持 `systemd` 的进程管理模式。如果此前使用 TiDB Ansible 部署时选择了 `supervise`,需要先按[使用 TiDB Ansible 部署 TiDB 集群](https://docs.pingcap.com/zh/tidb/stable/online-deployment-using-ansible#如何调整进程监管方式从-supervise-到-systemd)迁移到 `systemd`。
TomShawn marked this conversation as resolved.
Show resolved Hide resolved
> + 如果原集群已经是 TiUP 部署,可以跳过此步骤。
> + 目前默认识别 `inventory.ini` 配置文件,如果你的配置为其他名称,请指定。
> + 你需要确保当前集群的状态与 `inventory.ini` 中的拓扑一致,并确保集群的组件运行正常,否则导入后会导致集群元信息异常。
Expand Down