Skip to content

Commit cb83a6a

Browse files
authored
Merge pull request #20518 from xieyanker/patch-1
Improve translation of some documents
2 parents 75fd0dd + f9c56d6 commit cb83a6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh/docs/concepts/configuration/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ This is a living document. If you think of something that is not on this list bu
6767
<!--
6868
- Don't specify default values unnecessarily: simple, minimal configuration will make errors less likely.
6969
-->
70-
- 不要不必要地指定默认值:简单的最小配置会降低错误的可能性。
70+
- 除非必要,否则不指定默认值:简单的最小配置会降低错误的可能性。
7171

7272
<!--
7373
- Put object descriptions in annotations, to allow better introspection.
@@ -89,7 +89,7 @@ This is a living document. If you think of something that is not on this list bu
8989
<!--
9090
A Deployment, which both creates a ReplicaSet to ensure that the desired number of Pods is always available, and specifies a strategy to replace Pods (such as [RollingUpdate](/docs/concepts/workloads/controllers/deployment/#rolling-update-deployment)), is almost always preferable to creating Pods directly, except for some explicit [`restartPolicy: Never`](/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy) scenarios. A [Job](/docs/concepts/workloads/controllers/jobs-run-to-completion/) may also be appropriate.
9191
-->
92-
部署,它创建一个 ReplicaSet 以确保所需数量的 Pod 始终可用,并指定替换 Pod 的策略(例如 [RollingUpdate](/docs/concepts/workloads/controllers/deployment/#rolling-update-deployment)),除了一些显式的[`restartPolicy: Never`](/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy)场景之外,几乎总是优先考虑直接创建 Pod。
92+
Deployment,它创建一个 ReplicaSet 以确保所需数量的 Pod 始终可用,并指定替换 Pod 的策略(例如 [RollingUpdate](/docs/concepts/workloads/controllers/deployment/#rolling-update-deployment)),除了一些显式的[`restartPolicy: Never`](/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy)场景之外,几乎总是优先考虑直接创建 Pod。
9393
[Job](/docs/concepts/workloads/controllers/jobs-run-to-completion/) 也可能是合适的。
9494

9595

0 commit comments

Comments
 (0)