Skip to content

Commit 6b10105

Browse files
yiduoyunQOreoxmt
andauthored
Update zh/restore-from-blob-using-job.md
Co-authored-by: Aolin <aolinz@outlook.com>
1 parent eba038f commit 6b10105

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

zh/restore-from-blob-using-job.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ az aks nodepool add --name lightning \
2525

2626
## 部署 TiDB Lightning Job
2727

28-
以下是 TiDB Lightning Job 的配置示例,请根据实际情况替换以下变量:
28+
本章节介绍如何配置、部署以及监控 TiDB Lightning Job。
29+
30+
### 配置 TiDB Lightning Job
31+
32+
以下是 TiDB Lightning Job 的配置文件 (`lightning_job.yaml`) 示例,请根据实际情况替换以下变量:
2933

3034
- `${name}`:Job 名称
3135
- `${namespace}`:Kubernetes 命名空间
@@ -34,8 +38,6 @@ az aks nodepool add --name lightning \
3438
- `${storage}`:存储大小
3539
- TiDB Lightning 的相关参数,请参考 [TiDB Lightning 配置参数](https://docs.pingcap.com/zh/tidb/stable/tidb-lightning-configuration/)
3640

37-
### TiDB Lightning Job 配置文件
38-
3941
```yaml
4042
# lightning_job.yaml
4143
---

0 commit comments

Comments
 (0)