File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
content/zh-cn/docs/concepts/workloads/pods Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -507,6 +507,19 @@ condition to `True` before sandbox creation and network configuration starts.
507
507
对于没有 Init 容器的 Pod,kubelet 会在创建沙箱和网络配置开始之前将
508
508
` Initialized ` 状况设置为 ` True ` 。
509
509
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
+
510
523
<!--
511
524
## Container probes
512
525
@@ -609,6 +622,7 @@ Each probe has one of three results:
609
622
610
623
<!--
611
624
### Types of probe
625
+
612
626
The kubelet can optionally perform and react to three kinds of probes on running
613
627
containers:
614
628
-->
You can’t perform that action at this time.
0 commit comments