We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da964a4 commit 3d50207Copy full SHA for 3d50207
1 file changed
tiup/tiup-component-cluster-tls.md
@@ -15,6 +15,10 @@ tiup cluster tls <cluster-name> <enable/disable> [flags]
15
16
`<cluster-name>` 为要启用自启的集群。
17
18
+> **注意:**
19
+>
20
+> 目前,`tiup cluster tls` 命令仅支持对只有一个 PD 节点的集群开启或关闭 TLS。对于包含多个 PD 节点的集群,执行 `tiup cluster tls` 命令会直接报错,因为切换 TLS 状态会导致 PD 节点之间通信异常。如需对多 PD 节点的集群开启或关闭 TLS,请先将 PD 节点 [`scale-in`](/tiup/tiup-component-cluster-scale-in.md) 到 1 个,再执行 `tiup cluster tls` 命令。
21
+
22
## 选项
23
24
### --clean-certificate
0 commit comments