From f5d34a0aae5b08b891493085e31836c6fa770953 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 8 May 2026 06:52:26 +0000 Subject: [PATCH 1/2] Auto-sync: Update English docs from Chinese PR Synced from: https://github.com/pingcap/docs-cn/pull/21612 Target PR: https://github.com/pingcap/docs/pull/22861 AI Provider: azure Co-authored-by: github-actions[bot] --- tiup/tiup-component-cluster-tls.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tiup/tiup-component-cluster-tls.md b/tiup/tiup-component-cluster-tls.md index 42dc0ed394554..8760bb9264d16 100644 --- a/tiup/tiup-component-cluster-tls.md +++ b/tiup/tiup-component-cluster-tls.md @@ -15,6 +15,10 @@ tiup cluster tls [flags] `` specifies the cluster for which you want to enable or disable TLS. +> **Note:** +> +> 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 results in an error, because switching the TLS status causes 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 1, and then execute the `tiup cluster tls` command. + ## Options ### --clean-certificate From cf9ba61b850dede2bd8bf09fc46ff46a80fef758 Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Fri, 8 May 2026 14:56:56 +0800 Subject: [PATCH 2/2] Update tiup/tiup-component-cluster-tls.md --- tiup/tiup-component-cluster-tls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiup/tiup-component-cluster-tls.md b/tiup/tiup-component-cluster-tls.md index 8760bb9264d16..d7f5b48f98165 100644 --- a/tiup/tiup-component-cluster-tls.md +++ b/tiup/tiup-component-cluster-tls.md @@ -17,7 +17,7 @@ tiup cluster tls [flags] > **Note:** > -> 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 results in an error, because switching the TLS status causes 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 1, and then execute the `tiup cluster tls` command. +> 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. ## Options