parent
903da02728
commit
efe8acd430
|
|
@ -507,6 +507,19 @@ condition to `True` before sandbox creation and network configuration starts.
|
|||
对于没有 Init 容器的 Pod,kubelet 会在创建沙箱和网络配置开始之前将
|
||||
`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:
|
||||
-->
|
||||
|
|
|
|||
Loading…
Reference in New Issue