File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/zh-cn/docs/concepts/workloads/controllers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ Provisioner.
210
210
<!-- # ## Minimum ready seconds -->
211
211
# ## 最短就绪秒数 {#minimum-ready-seconds}
212
212
213
- {{< feature-state for_k8s_version="v1.23 " state="beta " >}}
213
+ {{< feature-state for_k8s_version="v1.25 " state="stable " >}}
214
214
215
215
<!--
216
216
` .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
220
220
a Pod is considered ready, see [Container Probes](/docs/concepts/workloads/pods/pod-lifecycle/#container-probes).
221
221
-->
222
222
` .spec.minReadySeconds` 是一个可选字段。
223
- 它指定新创建的 Pod 应该准备好且其任何容器不崩溃的最小秒数,以使其被视为可用 。
223
+ 它指定新创建的 Pod 应该在没有任何容器崩溃的情况下运行并准备就绪,才能被认为是可用的 。
224
224
这用于在使用[滚动更新](#rolling-updates)策略时检查滚动的进度。
225
225
该字段默认为 0(Pod 准备就绪后将被视为可用)。
226
226
要了解有关何时认为 Pod 准备就绪的更多信息,
You can’t perform that action at this time.
0 commit comments