Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pd-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,10 @@ Usage:

### `member [delete | leader_priority | leader [show | resign | transfer <member_name>]]`

> **Note:**
>
> **DO NOT** use the `member delete` command to remove PD nodes in a production environment. To remove a PD node, see [Scale in a TiDB/PD/TiKV cluster](/scale-tidb-using-tiup.md#scale-in-a-tidbpdtikv-cluster) and [Manually Scale TiDB on Kubernetes](https://docs.pingcap.com/tidb-in-kubernetes/stable/scale-a-tidb-cluster/).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

To enhance clarity and conciseness, rephrase the second sentence to guide users more directly to the relevant documentation based on their deployment type (TiUP or Kubernetes).12

Style Guide References

Suggested change
> **DO NOT** use the `member delete` command to remove PD nodes in a production environment. To remove a PD node, see [Scale in a TiDB/PD/TiKV cluster](/scale-tidb-using-tiup.md#scale-in-a-tidbpdtikv-cluster) and [Manually Scale TiDB on Kubernetes](https://docs.pingcap.com/tidb-in-kubernetes/stable/scale-a-tidb-cluster/).
> **DO NOT** use the `member delete` command to remove PD nodes in a production environment. To remove a PD node, refer to the scaling instructions for [TiUP](/scale-tidb-using-tiup.md#scale-in-a-tidbpdtikv-cluster) or [Kubernetes](https://docs.pingcap.com/tidb-in-kubernetes/stable/scale-a-tidb-cluster/) deployments.

Footnotes

  1. The documentation should be clear, simple, complete, and readable. (link)

  2. If something might confuse a new user, suggest a reword. (link)


Use this command to view the PD members, remove a specified member, or configure the priority of leader.

Usage:
Expand Down