Skip to content

Commit 11c3289

Browse files
authored
Merge pull request #39603 from kinzhi/kinzhi253
[zh-cn]SYNC pod-lifecycle.md
2 parents fcd671a + efe8acd commit 11c3289

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

content/zh-cn/docs/concepts/workloads/pods/pod-lifecycle.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,19 @@ condition to `True` before sandbox creation and network configuration starts.
507507
对于没有 Init 容器的 Pod,kubelet 会在创建沙箱和网络配置开始之前将
508508
`Initialized` 状况设置为 `True`
509509

510+
<!--
511+
### Pod scheduling readiness {#pod-scheduling-readiness-gate}
512+
-->
513+
### Pod 调度就绪态 {#pod-scheduling-readiness-gate}
514+
515+
516+
{{< feature-state for_k8s_version="v1.26" state="alpha" >}}
517+
518+
<!--
519+
See [Pod Scheduling Readiness](/docs/concepts/scheduling-eviction/pod-scheduling-readiness/) for more information.
520+
-->
521+
有关详细信息,请参阅 [Pod 调度就绪态](/zh-cn/docs/concepts/scheduling-eviction/pod-scheduling-readiness/)
522+
510523
<!--
511524
## Container probes
512525
@@ -609,6 +622,7 @@ Each probe has one of three results:
609622

610623
<!--
611624
### Types of probe
625+
612626
The kubelet can optionally perform and react to three kinds of probes on running
613627
containers:
614628
-->

0 commit comments

Comments
 (0)