Merge pull request #27292 from CriaHu/hyq-2021032905

Translation optimization
This commit is contained in:
Kubernetes Prow Robot 2021-03-30 09:09:57 -07:00 committed by GitHub
commit bf97c371b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ By default, they are set to 3 and 1 respectively. Setting a limit to `0` corres
### 任务历史限制
`.spec.successfulJobsHistoryLimit``.spec.failedJobsHistoryLimit`是可选的。
这两个域声明了有多少执行完成和失败的任务会被保留
这两个字段指定应保留多少已完成和失败的任务
默认设置为3和1。限制设置为0代表相应类型的任务完成后不会保留。