Skip to content

Commit 03ee96a

Browse files
author
github-actions
committed
update MD by dispatch event pingcap/docs-tidb-operator release-1.6
1 parent 0168c00 commit 03ee96a

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

markdown-pages/en/tidb-in-kubernetes/release-1.6/deploy-tidb-binlog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ summary: Learn how to deploy TiDB Binlog for a TiDB cluster on Kubernetes.
55

66
# Deploy TiDB Binlog
77

8-
This document describes how to maintain [TiDB Binlog](https://docs.pingcap.com/tidb/stable/tidb-binlog-overview) of a TiDB cluster on Kubernetes.
8+
This document describes how to maintain [TiDB Binlog](https://docs.pingcap.com/tidb/v8.1/tidb-binlog-overview) of a TiDB cluster on Kubernetes.
99

1010
> **Warning:**
1111
>
@@ -287,7 +287,7 @@ If you set the downstream database of `tidb-drainer` to `mysql/tidb`, and if you
287287

288288
## Remove Pump/Drainer nodes
289289

290-
For details on how to maintain the node state of the TiDB Binlog cluster, refer to [Starting and exiting a Pump or Drainer process](https://docs.pingcap.com/tidb/stable/maintain-tidb-binlog-cluster#starting-and-exiting-a-pump-or-drainer-process).
290+
For details on how to maintain the node state of the TiDB Binlog cluster, refer to [Starting and exiting a Pump or Drainer process](https://docs.pingcap.com/tidb/v8.1/maintain-tidb-binlog-cluster#starting-and-exiting-a-pump-or-drainer-process).
291291

292292
If you want to remove the TiDB Binlog component completely, it is recommended that you first remove Pump nodes and then remove Drainer nodes.
293293

markdown-pages/en/tidb-in-kubernetes/release-1.6/migrate-tidb-to-kubernetes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Remove all TiDB nodes of the source cluster:
8383

8484
- If the source cluster is deployed using TiUP, refer to [Scale in a TiDB/PD/TiKV cluster](https://docs.pingcap.com/tidb/stable/scale-tidb-using-tiup#scale-in-a-tidbpdtikv-cluster).
8585

86-
- If the source cluster is deployed using TiDB Ansible, refer to [Decrease the capacity of a TiDB node](https://docs.pingcap.com/tidb/stable/scale-tidb-using-ansible#decrease-the-capacity-of-a-tidb-node).
86+
- If the source cluster is deployed using TiDB Ansible, refer to [Decrease the capacity of a TiDB node](https://docs-archive.pingcap.com/tidb/v4.0/scale-tidb-using-ansible#decrease-the-capacity-of-a-tidb-node).
8787

8888
> **Note:**
8989
>
@@ -95,7 +95,7 @@ Remove all TiKV nodes of the source cluster:
9595

9696
- If the source cluster is deployed using TiUP, refer to [Scale in a TiDB/PD/TiKV cluster](https://docs.pingcap.com/tidb/stable/scale-tidb-using-tiup#scale-in-a-tidbpdtikv-cluster).
9797

98-
- If the source cluster is deployed using TiDB Ansible, refer to [Decrease the capacity of a TiKV node](https://docs.pingcap.com/tidb/stable/scale-tidb-using-ansible#decrease-the-capacity-of-a-tikv-node).
98+
- If the source cluster is deployed using TiDB Ansible, refer to [Decrease the capacity of a TiKV node](https://docs-archive.pingcap.com/tidb/v4.0/scale-tidb-using-ansible#decrease-the-capacity-of-a-tikv-node).
9999

100100
> **Note:**
101101
>
@@ -108,7 +108,7 @@ Remove all PD nodes of the source cluster:
108108

109109
- If the source cluster is deployed using TiUP, refer to [Scale in a TiDB/PD/TiKV cluster](https://docs.pingcap.com/tidb/stable/scale-tidb-using-tiup#scale-in-a-tidbpdtikv-cluster).
110110

111-
- If the source cluster is deployed using TiDB Ansible, refer to [Decrease the capacity of a PD node](https://docs.pingcap.com/tidb/stable/scale-tidb-using-ansible#decrease-the-capacity-of-a-pd-node).
111+
- If the source cluster is deployed using TiDB Ansible, refer to [Decrease the capacity of a PD node](https://docs-archive.pingcap.com/tidb/v4.0/scale-tidb-using-ansible#decrease-the-capacity-of-a-pd-node).
112112

113113
## Step 6: Delete the `spec.pdAddresses` field
114114

markdown-pages/zh/tidb-in-kubernetes/release-1.6/deploy-tidb-binlog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ summary: 了解如何在 Kubernetes 上部署 TiDB 集群的 TiDB Binlog。
55

66
# 部署 TiDB Binlog
77

8-
本文档介绍如何在 Kubernetes 上部署 TiDB 集群的 [TiDB Binlog](https://docs.pingcap.com/zh/tidb/stable/tidb-binlog-overview)
8+
本文档介绍如何在 Kubernetes 上部署 TiDB 集群的 [TiDB Binlog](https://docs.pingcap.com/zh/tidb/v8.1/tidb-binlog-overview)
99

1010
> **警告:**
1111
>
@@ -281,7 +281,7 @@ tlsSyncer: {}
281281

282282
## 缩容/移除 Pump/Drainer 节点
283283

284-
如需详细了解如何维护 TiDB Binlog 集群节点状态信息,可以参考 [Pump/Drainer 的启动、退出流程](https://docs.pingcap.com/zh/tidb/stable/maintain-tidb-binlog-cluster#pumpdrainer-的启动退出流程)。
284+
如需详细了解如何维护 TiDB Binlog 集群节点状态信息,可以参考 [Pump/Drainer 的启动、退出流程](https://docs.pingcap.com/zh/tidb/v8.1/maintain-tidb-binlog-cluster#pumpdrainer-的启动退出流程)。
285285

286286
如果需要完整移除 TiDB Binlog 组件,最好是先移除 Pump 节点,再移除 Drainer 节点。
287287

markdown-pages/zh/tidb-in-kubernetes/release-1.6/migrate-tidb-to-kubernetes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ summary: 介绍如何将部署在物理机或虚拟机中的 TiDB 迁移至 Kube
8282
将待迁移集群的 TiDB 节点缩容至 0 个:
8383

8484
- 如果待迁移集群使用 TiUP 部署,参考[缩容 TiDB/PD/TiKV 节点](https://docs.pingcap.com/zh/tidb/stable/scale-tidb-using-tiup#缩容-tidbpdtikv-节点)一节。
85-
- 如果待迁移集群使用 TiDB Ansible 部署,参考[缩容 TiDB 节点](https://docs.pingcap.com/zh/tidb/stable/scale-tidb-using-ansible#缩容-tidb-节点)一节。
85+
- 如果待迁移集群使用 TiDB Ansible 部署,参考[缩容 TiDB 节点](https://docs-archive.pingcap.com/zh/tidb/v4.0/scale-tidb-using-ansible#缩容-tidb-节点)一节。
8686

8787
> **注意:**
8888
>
@@ -93,7 +93,7 @@ summary: 介绍如何将部署在物理机或虚拟机中的 TiDB 迁移至 Kube
9393
将待迁移集群的 TiKV 节点缩容至 0 个:
9494

9595
- 如果待迁移集群使用 TiUP 部署,参考[缩容 TiDB/PD/TiKV 节点](https://docs.pingcap.com/zh/tidb/stable/scale-tidb-using-tiup#缩容-tidbpdtikv-节点)一节。
96-
- 如果待迁移集群使用 TiDB Ansible 部署,参考[缩容 TiKV 节点](https://docs.pingcap.com/zh/tidb/stable/scale-tidb-using-ansible#缩容-tikv-节点)一节。
96+
- 如果待迁移集群使用 TiDB Ansible 部署,参考[缩容 TiKV 节点](https://docs-archive.pingcap.com/zh/tidb/v4.0/scale-tidb-using-ansible#缩容-tikv-节点)一节。
9797

9898
> **注意:**
9999
>
@@ -105,7 +105,7 @@ summary: 介绍如何将部署在物理机或虚拟机中的 TiDB 迁移至 Kube
105105
将待迁移集群的 PD 节点缩容至 0 个:
106106

107107
- 如果待迁移集群使用 TiUP 部署,参考[缩容 TiDB/PD/TiKV 节点](https://docs.pingcap.com/zh/tidb/stable/scale-tidb-using-tiup#缩容-tidbpdtikv-节点)一节。
108-
- 如果待迁移集群使用 TiDB Ansible 部署,参考[缩容 PD 节点](https://docs.pingcap.com/zh/tidb/stable/scale-tidb-using-ansible#缩容-pd-节点)一节。
108+
- 如果待迁移集群使用 TiDB Ansible 部署,参考[缩容 PD 节点](https://docs-archive.pingcap.com/zh/tidb/v4.0/scale-tidb-using-ansible#缩容-pd-节点)一节。
109109

110110
## 第六步:删除 `spec.pdAddresses` 字段
111111

0 commit comments

Comments
 (0)