We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2204f4e commit 4762ddaCopy full SHA for 4762dda
zh/backup-to-blob-using-job.md
@@ -25,15 +25,17 @@ az aks nodepool add --name dumpling \
25
26
## 部署 Dumpling Job
27
28
-以下是 Dumpling Job 的配置示例,请根据实际情况替换以下变量:
+本章节介绍如何配置、部署以及监控 Dumpling Job。
29
+
30
+### 配置 Dumpling Job
31
32
+Dumpling Job 的配置文件 (`dumpling_job.yaml`) 示例如下。使用前,请替换以下变量:
33
34
- `${name}`:Job 名称
35
- `${namespace}`:Kubernetes 命名空间
36
- `${version}`:Dumpling 镜像版本
37
- Dumpling 的相关参数,请参考 [Dumpling 主要选项表](https://docs.pingcap.com/zh/tidb/stable/dumpling-overview/#dumpling-主要选项表)。
38
-### Dumpling Job 配置文件
-
39
```yaml
40
# dumpling_job.yaml
41
---
0 commit comments