Skip to content

Commit fb1c9a2

Browse files
authored
tiup: complete tiup cluster tls desc (#22861)
1 parent d408703 commit fb1c9a2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tiup/tiup-component-cluster-tls.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ tiup cluster tls <cluster-name> <enable/disable> [flags]
1515

1616
`<cluster-name>` specifies the cluster for which you want to enable or disable TLS.
1717

18+
> **Note:**
19+
>
20+
> Currently, the `tiup cluster tls` command supports enabling or disabling TLS only for clusters with a single PD node. For clusters with multiple PD nodes, executing the `tiup cluster tls` command directly returns an error, because switching the TLS status can cause communication exceptions between PD nodes. To enable or disable TLS for a cluster with multiple PD nodes, first [`scale-in`](/tiup/tiup-component-cluster-scale-in.md) the PD nodes to one node, and then execute the `tiup cluster tls` command.
21+
1822
## Options
1923

2024
### --clean-certificate

0 commit comments

Comments
 (0)