sync nodes replicaset statefulset

pull/44707/head
xin gu 2024-01-11 21:32:35 +08:00
parent 3517ea939f
commit bf8edeedfc
3 changed files with 12 additions and 2 deletions

View File

@ -534,7 +534,7 @@ If you want to explicitly reserve resources for non-Pod processes, see
-->
## 节点拓扑 {#node-topology}
{{< feature-state state="beta" for_k8s_version="v1.18" >}}
{{< feature-state state="stable" for_k8s_version="v1.27" >}}
<!--
If you have enabled the `TopologyManager`

View File

@ -355,7 +355,7 @@ pod2 1/1 Running 0 36s
```
<!--
In this manner, a ReplicaSet can own a non-homogenous set of Pods
In this manner, a ReplicaSet can own a non-homogeneous set of Pods
-->
采用这种方式,一个 ReplicaSet 中可以包含异质的 Pod 集合。

View File

@ -167,6 +167,16 @@ spec:
storage: 1Gi
```
{{< note >}}
<!--
This example uses the `ReadWriteOnce` access mode, for simplicity. For
production use, the Kubernetes project recommends using the `ReadWriteOncePod`
access mode instead.
-->
这个示例出于简化考虑使用了 `ReadWriteOnce` 访问模式。但对于生产环境,
Kubernetes 项目建议使用 `ReadWriteOncePod` 访问模式。
{{< /note >}}
<!--
In the above example: