Skip to content

Commit c562dbe

Browse files
authored
Merge pull request #36231 from jzhupup/statefulset_jzh
[zh-cn] sync1.25 statefulset.md
2 parents cd088c9 + 2b15727 commit c562dbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Provisioner.
210210
<!-- ### Minimum ready seconds -->
211211
### 最短就绪秒数 {#minimum-ready-seconds}
212212

213-
{{< feature-state for_k8s_version="v1.23" state="beta" >}}
213+
{{< feature-state for_k8s_version="v1.25" state="stable" >}}
214214

215215
<!--
216216
`.spec.minReadySeconds` is an optional field that specifies the minimum number of seconds for which a newly
@@ -220,7 +220,7 @@ This field defaults to 0 (the Pod will be considered available as soon as it is
220220
a Pod is considered ready, see [Container Probes](/docs/concepts/workloads/pods/pod-lifecycle/#container-probes).
221221
-->
222222
`.spec.minReadySeconds` 是一个可选字段。
223-
它指定新创建的 Pod 应该准备好且其任何容器不崩溃的最小秒数,以使其被视为可用
223+
它指定新创建的 Pod 应该在没有任何容器崩溃的情况下运行并准备就绪,才能被认为是可用的
224224
这用于在使用[滚动更新](#rolling-updates)策略时检查滚动的进度。
225225
该字段默认为 0(Pod 准备就绪后将被视为可用)。
226226
要了解有关何时认为 Pod 准备就绪的更多信息,

0 commit comments

Comments
 (0)