[zh-cn]SYNC pod-lifecycle.md

[zh-cn]SYNC pod-lifecycle.md
pull/39603/head
Kinzhi 2023-02-22 01:36:46 +08:00
parent 903da02728
commit efe8acd430
1 changed files with 14 additions and 0 deletions

View File

@ -507,6 +507,19 @@ condition to `True` before sandbox creation and network configuration starts.
对于没有 Init 容器的 Podkubelet 会在创建沙箱和网络配置开始之前将
`Initialized` 状况设置为 `True`
<!--
### Pod scheduling readiness {#pod-scheduling-readiness-gate}
-->
### Pod 调度就绪态 {#pod-scheduling-readiness-gate}
{{< feature-state for_k8s_version="v1.26" state="alpha" >}}
<!--
See [Pod Scheduling Readiness](/docs/concepts/scheduling-eviction/pod-scheduling-readiness/) for more information.
-->
有关详细信息,请参阅 [Pod 调度就绪态](/zh-cn/docs/concepts/scheduling-eviction/pod-scheduling-readiness/)。
<!--
## Container probes
@ -609,6 +622,7 @@ Each probe has one of three results:
<!--
### Types of probe
The kubelet can optionally perform and react to three kinds of probes on running
containers:
-->