File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
content/zh-cn/docs/concepts/workloads/controllers Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -355,7 +355,7 @@ pod2 1/1 Running 0 36s
355
355
```
356
356
357
357
<!--
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
359
359
-->
360
360
采用这种方式,一个 ReplicaSet 中可以包含异质的 Pod 集合。
361
361
Original file line number Diff line number Diff line change @@ -167,6 +167,16 @@ spec:
167
167
storage : 1Gi
168
168
` ` `
169
169
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
+
170
180
<!--
171
181
In the above example :
172
182
You can’t perform that action at this time.
0 commit comments