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.
2 parents 6c8cd18 + 4a4aaf8 commit 257c219Copy full SHA for 257c219
content/zh/docs/concepts/workloads/controllers/job.md
@@ -731,7 +731,7 @@ kubectl get job old -o yaml
731
732
输出类似于:
733
734
-```
+```yaml
735
kind: Job
736
metadata:
737
name: old
@@ -758,7 +758,7 @@ the selector that the system normally generates for you automatically.
758
你需要在新 Job 中设置 `manualSelector: true`,因为你并未使用系统通常自动为你
759
生成的选择算符。
760
761
762
763
764
name: new
0 commit comments