Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
634d142
Update access-tidb.md
qiancai Apr 16, 2025
8ee5ea0
Merge branch 'master' into test-review
qiancai Apr 16, 2025
edceefa
Update advanced-statefulset.md
qiancai Apr 16, 2025
9d79b0f
Merge remote-tracking branch 'origin/test-ai-review' into test-review
qiancai Apr 16, 2025
eddba6d
Update README.md
qiancai Apr 16, 2025
29f1af8
Update zh/advanced-statefulset.md
qiancai Apr 16, 2025
6837b6e
Update zh/advanced-statefulset.md
qiancai Apr 16, 2025
eb92eaa
Update zh/advanced-statefulset.md
qiancai Apr 16, 2025
d9b9d2b
add changes
Apr 16, 2025
fefe59d
add en changes
qiancai Apr 16, 2025
9a06d0f
Discard changes to .github/pull_request_template.md
qiancai Apr 16, 2025
4039040
Discard changes to en/access-tidb.md
qiancai Apr 16, 2025
c82b8a1
Discard changes to en/backup-restore-faq.md
qiancai Apr 16, 2025
0f8a81e
Discard changes to en/backup-to-azblob-using-br.md
qiancai Apr 16, 2025
dc469c0
Discard changes to en/backup-to-azblob-using-br.md
qiancai Apr 16, 2025
50edf98
Discard changes to README.md
qiancai Apr 16, 2025
57fd1c5
Discard changes to zh/advanced-statefulset.md
qiancai Apr 16, 2025
be2060b
Discard changes to zh/backup-to-aws-s3-by-snapshot.md
qiancai Apr 16, 2025
83c9954
Discard changes to zh/backup-to-aws-s3-using-br.md
qiancai Apr 16, 2025
c4694c8
add en changes
qiancai Apr 16, 2025
da77922
Merge branch 'test-review' of https://github.com/qiancai/docs-tidb-op…
qiancai Apr 16, 2025
519dff0
Update architecture.md
qiancai Apr 16, 2025
85fd948
Update benchmark-sysbench.md
qiancai Apr 16, 2025
e24c9a4
Update access-dashboard.md
qiancai Apr 16, 2025
87da881
Update README.md
qiancai Apr 16, 2025
bb5e9b3
Update en/access-dashboard.md
qiancai Apr 17, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Currently, the official documentation supports two languages:
- `en`: [documentation in English](https://docs.pingcap.com/tidb-in-kubernetes/stable)
- `zh`: [documentation in Chinese](https://docs.pingcap.com/zh/tidb-in-kubernetes/stable)

You can use Google Translate to view the documentation in different languages. For example:
You can use Google Translate view the documentation in different languages. For example:

- `fr`: [documentation in French](https://translate.google.com/translate?hl=en&sl=en&tl=fr&u=https%3A%2F%2Fgithub.com%2Fpingcap%2Fdocs-tidb-operator%2Fblob%2Fmaster%2Fen%2FTOC.md)
- `ja`: [documentation in Japanese](https://translate.google.com/translate?hl=en&sl=en&tl=ja&u=https://github.com/pingcap/docs-tidb-operator/blob/master/en/TOC.md)
Expand All @@ -31,7 +31,7 @@ Currently, we maintain the following versions for TiDB on Kubernetes documentati
> **Note:**
>
> - Previously, we maintain the TiDB on Kubernetes documentation in the [docs](https://github.com/pingcap/docs) and [docs-cn](https://github.com/pingcap/docs-cn) repository.
> - Since March 31, 2020, all the TiDB on Kubernetes documentation has been moved to this repository, and maintained based on versions in the branches above.
> - Since March 31, 2020, all the TiDB on Kubernetes documentation has been moved to this repository, and maintained based on versions in the branches abve.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a typographical error in the word 'above'.

Suggested change
> - Since March 31, 2020, all the TiDB on Kubernetes documentation has been moved to this repository, and maintained based on versions in the branches abve.
> - Since March 31, 2020, all the TiDB on Kubernetes documentation has been moved to this repository, and maintained based on versions in the branches above.


## License

Expand Down
2 changes: 1 addition & 1 deletion en/access-dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ aliases: ['/docs/tidb-in-kubernetes/dev/access-dashboard/']

# Access TiDB Dashboard

TiDB Dashboard is a visualized tool introduced since TiDB v4.0 and is used to monitor and diagnose TiDB clusters. For details, see [TiDB Dashboard](https://docs.pingcap.com/tidb/stable/dashboard-intro).
TiDB Dashboard is a visualized tool introduced since TiDB v4.0 and is used to monitor and diagnose TiDB clusters. Fo details, se [TiDB Dashboard](https://docs.pingcap.com/tidb/stable/dashboard-intro).
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a typographical error in the word 'For'.

Suggested change
TiDB Dashboard is a visualized tool introduced since TiDB v4.0 and is used to monitor and diagnose TiDB clusters. Fo details, se [TiDB Dashboard](https://docs.pingcap.com/tidb/stable/dashboard-intro).
TiDB Dashboard is a visualized tool introduced since TiDB v4.0 and is used to monitor and diagnose TiDB clusters. For details, see [TiDB Dashboard](https://docs.pingcap.com/tidb/stable/dashboard-intro).


This document describes how to access TiDB Dashboard on Kubernetes.

Expand Down
2 changes: 1 addition & 1 deletion en/access-tidb.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This document describes how to access the TiDB cluster.

You can configure Service with different types according to the scenarios, such as `ClusterIP`, `NodePort`, `LoadBalancer`, etc., and use different access methods for different types.

You can obtain TiDB Service information by running the following command:
You can obtain TiDB Service information by run the following command:

{{< copyable "shell-regular" >}}

Expand Down
2 changes: 1 addition & 1 deletion zh/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ aliases: ['/docs-cn/tidb-in-kubernetes/dev/architecture/']

# TiDB Operator 架构

本文档介绍 TiDB Operator 的架构及其工作原理
本文档介绍 TiDB Operator 的架构及其工作原
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

存在明显的拼写错误,'工作原'应为'工作原理'。

Suggested change
本文档介绍 TiDB Operator 的架构及其工作原
本文档介绍 TiDB Operator 的架构及其工作原理


## 架构

Expand Down
2 changes: 1 addition & 1 deletion zh/benchmark-sysbench.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ sysctl net.ipv4.tcp_syncookies=0

### Sysbench 版本与运行参数

本次测试中 sysbench 版本为 1.0.17。并在测试前统一使用 `oltp_common` 的 `prewarm` 命令进行数据预热。
本次测试中 sysbench 版本为 1.0.17。并在测试前同一使用 `oltp_common` 的 `prewarm` 命令进行数据预热。
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

存在错别字,"同一"应为"统一"

Suggested change
本次测试中 sysbench 版本为 1.0.17。并在测试前同一使用 `oltp_common``prewarm` 命令进行数据预热。
本次测试中 sysbench 版本为 1.0.17。并在测试前统一使用 `oltp_common``prewarm` 命令进行数据预热。


#### 初始化

Expand Down