Skip to content

Commit 164ed61

Browse files
authored
Merge pull request #44707 from asa3311/sync-zh-94
[zh-cn] sync nodes replicaset statefulset
2 parents 648d60b + bf8edee commit 164ed61

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

content/zh-cn/docs/concepts/workloads/controllers/replicaset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ pod2 1/1 Running 0 36s
355355
```
356356

357357
<!--
358-
In this manner, a ReplicaSet can own a non-homogenous set of Pods
358+
In this manner, a ReplicaSet can own a non-homogeneous set of Pods
359359
-->
360360
采用这种方式,一个 ReplicaSet 中可以包含异质的 Pod 集合。
361361

content/zh-cn/docs/concepts/workloads/controllers/statefulset.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,16 @@ spec:
167167
storage: 1Gi
168168
```
169169
170+
{{< note >}}
171+
<!--
172+
This example uses the `ReadWriteOnce` access mode, for simplicity. For
173+
production use, the Kubernetes project recommends using the `ReadWriteOncePod`
174+
access mode instead.
175+
-->
176+
这个示例出于简化考虑使用了 `ReadWriteOnce` 访问模式。但对于生产环境,
177+
Kubernetes 项目建议使用 `ReadWriteOncePod` 访问模式。
178+
{{< /note >}}
179+
170180
<!--
171181
In the above example:
172182

0 commit comments

Comments
 (0)