Merge pull request #30220 from qingsenLi/211025-fix

[zh]fix error word
This commit is contained in:
Kubernetes Prow Robot
2021-10-25 07:10:24 -07:00
committed by GitHub
@@ -854,7 +854,7 @@ directly a result of toggling the `.spec.suspend` field. In the time between
these two events, we see that no Pods were created, but Pod creation restarted
as soon as the Job was resumed.
-->
最后四个件,特别是 "Suspended" 和 "Resumed" 事件,都是因为 `.spec.suspend`
最后四个件,特别是 "Suspended" 和 "Resumed" 事件,都是因为 `.spec.suspend`
字段值被改来改去造成的。在这两个事件之间,我们看到没有 Pod 被创建,不过当
Job 被恢复执行时,Pod 创建操作立即被重启执行。