We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdf89d3 commit aa7ac40Copy full SHA for aa7ac40
content/zh/docs/tasks/job/parallel-processing-expansion.md
@@ -368,6 +368,23 @@ Kubernetes accepts and runs the Jobs you created.
368
-->
369
Kubernets 接收清单文件并执行你所创建的 Job。
370
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
382
+# 删除所创建的 Job
383
+# 集群会自动清理 Job 对应的 Pod
384
385
386
387
388
<!-- discussion -->
389
390
<!--
0 commit comments