Skip to content

Commit

Permalink
[zh-cn]Fix 修复不通顺的语句
Browse files Browse the repository at this point in the history
修改“会添被加到”-》“会被添加到”
  • Loading branch information
javadoors authored Mar 7, 2023
1 parent 3ea93fa commit 5362d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/zh-cn/docs/concepts/workloads/pods/disruptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ deleted. In such a situation, after some time, the
Pod disruption condition will be cleared.
-->
Pod 的干扰可能会被中断。控制平面可能会重新尝试继续干扰同一个 Pod,但这没办法保证。
因此,`DisruptionTarget` 条件可能会添被加到 Pod 上,
因此,`DisruptionTarget` 条件可能会被添加到 Pod 上,
但该 Pod 实际上可能不会被删除。
在这种情况下,一段时间后,Pod 干扰状况将被清除。
{{< /note >}}
Expand Down

0 comments on commit 5362d7e

Please sign in to comment.