From 8b3ee45780271181574d052d25291ef691cde6f5 Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Mon, 7 Nov 2022 17:13:50 +0800 Subject: [PATCH] add version to tiup ctl (2) (#11186) (#11220) --- dashboard/dashboard-ops-deploy.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dashboard/dashboard-ops-deploy.md b/dashboard/dashboard-ops-deploy.md index 93716052e955f..ebb51b0422203 100644 --- a/dashboard/dashboard-ops-deploy.md +++ b/dashboard/dashboard-ops-deploy.md @@ -65,7 +65,7 @@ http://192.168.0.123:2379/dashboard/ ### Switch to another PD instance to serve TiDB Dashboard -For a running cluster deployed using TiUP, you can use the `tiup ctl pd` command to change the PD instance that serves TiDB Dashboard, or re-specify a PD instance to serve TiDB Dashboard when it is disabled: +For a running cluster deployed using TiUP, you can use the `tiup ctl: pd` command to change the PD instance that serves TiDB Dashboard, or re-specify a PD instance to serve TiDB Dashboard when it is disabled: {{< copyable "shell-regular" >}} @@ -92,7 +92,7 @@ tiup cluster display CLUSTER_NAME --dashboard ## Disable TiDB Dashboard -For a running cluster deployed using TiUP, use the `tiup ctl pd` command to disable TiDB Dashboard on all PD instances (replace `127.0.0.1:2379` with the IP and port of any PD instance): +For a running cluster deployed using TiUP, use the `tiup ctl: pd` command to disable TiDB Dashboard on all PD instances (replace `127.0.0.1:2379` with the IP and port of any PD instance): {{< copyable "shell-regular" >}} @@ -114,7 +114,7 @@ Dashboard is not started. ## Re-enable TiDB Dashboard -For a running cluster deployed using TiUP, use the `tiup ctl pd` command to request PD to renegotiate an instance to run TiDB Dashboard (replace `127.0.0.1:2379` with the IP and port of any PD instance): +For a running cluster deployed using TiUP, use the `tiup ctl: pd` command to request PD to renegotiate an instance to run TiDB Dashboard (replace `127.0.0.1:2379` with the IP and port of any PD instance): {{< copyable "shell-regular" >}}