Skip to content

Commit aa7ac40

Browse files
committed
Update parallel-processing-expansion.md
sync with english version Update parallel-processing-expansion.md apply suggestion
1 parent fdf89d3 commit aa7ac40

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

content/zh/docs/tasks/job/parallel-processing-expansion.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,23 @@ Kubernetes accepts and runs the Jobs you created.
368368
-->
369369
Kubernets 接收清单文件并执行你所创建的 Job。
370370

371+
<!--
372+
### Clean up {#cleanup-2}
373+
```shell
374+
# Remove the Jobs you created
375+
# Your cluster automatically cleans up their Pods
376+
kubectl delete job -l jobgroup=jobexample
377+
```
378+
-->
379+
### 清理 {#cleanup-2}
380+
381+
```shell
382+
# 删除所创建的 Job
383+
# 集群会自动清理 Job 对应的 Pod
384+
kubectl delete job -l jobgroup=jobexample
385+
```
386+
387+
371388
<!-- discussion -->
372389

373390
<!--

0 commit comments

Comments
 (0)