Skip to content

Commit f37991a

Browse files
authored
zh,en: remove deprecated Helm charts (pingcap#2728)
1 parent 9cec9db commit f37991a

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

en/tidb-toolkit.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,7 @@ version.BuildInfo{Version:"v3.4.1", GitCommit:"c4e74854886b2efe3321e185578e6db9b
177177
Kubernetes applications are packed as charts in Helm. PingCAP provides the following Helm charts for TiDB on Kubernetes:
178178

179179
* `tidb-operator`: used to deploy TiDB Operator;
180-
* `tidb-cluster`: used to deploy TiDB clusters;
181-
* `tidb-backup`: used to back up or restore TiDB clusters;
182180
* `tidb-lightning`: used to import data into a TiDB cluster;
183-
* `tidb-drainer`: used to deploy TiDB Drainer;
184181

185182
These charts are hosted in the Helm chart repository `https://charts.pingcap.org/` maintained by PingCAP. You can add this repository to your local server or computer using the following command:
186183

@@ -200,9 +197,6 @@ helm search repo pingcap
200197

201198
```
202199
NAME CHART VERSION APP VERSION DESCRIPTION
203-
pingcap/tidb-backup v1.6.1 A Helm chart for TiDB Backup or Restore
204-
pingcap/tidb-cluster v1.6.1 A Helm chart for TiDB Cluster
205-
pingcap/tidb-drainer v1.6.1 A Helm chart for TiDB Binlog drainer.
206200
pingcap/tidb-lightning v1.6.1 A Helm chart for TiDB Lightning
207201
pingcap/tidb-operator v1.6.1 v1.6.1 tidb-operator Helm chart for Kubernetes
208202
```
@@ -267,7 +261,6 @@ Use the following command to download the chart file required for cluster instal
267261

268262
```shell
269263
wget http://charts.pingcap.org/tidb-operator-v1.6.1.tgz
270-
wget http://charts.pingcap.org/tidb-drainer-v1.6.1.tgz
271264
wget http://charts.pingcap.org/tidb-lightning-v1.6.1.tgz
272265
```
273266

zh/tidb-toolkit.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,7 @@ version.BuildInfo{Version:"v3.4.1", GitCommit:"c4e74854886b2efe3321e185578e6db9b
177177
Kubernetes 应用在 Helm 中被打包为 chart。PingCAP 针对 Kubernetes 上的 TiDB 部署运维提供了多个 Helm chart:
178178

179179
* `tidb-operator`:用于部署 TiDB Operator;
180-
* `tidb-cluster`:用于部署 TiDB 集群;
181-
* `tidb-backup`:用于 TiDB 集群备份恢复;
182180
* `tidb-lightning`:用于 TiDB 集群导入数据;
183-
* `tidb-drainer`:用于部署 TiDB Drainer;
184181

185182
这些 chart 都托管在 PingCAP 维护的 helm chart 仓库 `https://charts.pingcap.org/` 中,你可以通过下面的命令添加该仓库:
186183

@@ -200,9 +197,6 @@ helm search repo pingcap
200197

201198
```
202199
NAME CHART VERSION APP VERSION DESCRIPTION
203-
pingcap/tidb-backup v1.6.1 A Helm chart for TiDB Backup or Restore
204-
pingcap/tidb-cluster v1.6.1 A Helm chart for TiDB Cluster
205-
pingcap/tidb-drainer v1.6.1 A Helm chart for TiDB Binlog drainer.
206200
pingcap/tidb-lightning v1.6.1 A Helm chart for TiDB Lightning
207201
pingcap/tidb-operator v1.6.1 v1.6.1 tidb-operator Helm chart for Kubernetes
208202
```
@@ -265,7 +259,6 @@ helm uninstall ${release_name} -n ${namespace}
265259

266260
```shell
267261
wget http://charts.pingcap.org/tidb-operator-v1.6.1.tgz
268-
wget http://charts.pingcap.org/tidb-drainer-v1.6.1.tgz
269262
wget http://charts.pingcap.org/tidb-lightning-v1.6.1.tgz
270263
```
271264

0 commit comments

Comments
 (0)