Skip to content

Commit bf8edee

Browse files
committed
sync nodes replicaset statefulset
1 parent 3517ea9 commit bf8edee

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

content/zh-cn/docs/concepts/architecture/nodes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ If you want to explicitly reserve resources for non-Pod processes, see
534534
-->
535535
## 节点拓扑 {#node-topology}
536536

537-
{{< feature-state state="beta" for_k8s_version="v1.18" >}}
537+
{{< feature-state state="stable" for_k8s_version="v1.27" >}}
538538

539539
<!--
540540
If you have enabled the `TopologyManager`

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)