Skip to content

Commit 68032fa

Browse files
klinghangtengqm
andauthored
[zh] modify: zh/docs/concepts/workloads/_index.md (#27308)
* fix a word translation * Update content/zh/docs/concepts/workloads/_index.md Co-authored-by: Qiming Teng <[email protected]> Co-authored-by: Qiming Teng <[email protected]>
1 parent 61fc601 commit 68032fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/zh/docs/concepts/workloads/_index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ all the pods on that node fail. Kubernetes treats that level of failure as final
3838
would need to create a new `Pod` to recover, even if the node later becomes healthy.
3939
-->
4040
Kubernetes Pods 有[确定的生命周期](/zh/docs/concepts/workloads/pods/pod-lifecycle/)
41-
例如,一旦某 Pod 在你的集群中运行,Pod 运行所在的
41+
例如,当某 Pod 在你的集群中运行时,Pod 运行所在的
4242
{{< glossary_tooltip text="节点" term_id="node" >}} 出现致命错误时,
4343
所有该节点上的 Pods 都会失败。Kubernetes 将这类失败视为最终状态:
4444
即使该节点后来恢复正常运行,你也需要创建新的 Pod 来恢复应用。
@@ -172,4 +172,3 @@ using an [`Ingress`](/docs/concepts/services-networking/ingress).
172172
[`Service`](/zh/docs/concepts/services-networking/service/)
173173
的形式使之可在互联网上访问;或者对于 Web 应用而言,使用
174174
[`Ingress`](/zh/docs/concepts/services-networking/ingress) 资源将其暴露到互联网上。
175-

0 commit comments

Comments
 (0)