File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
content/en/docs/concepts/workloads/pods Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,10 @@ is [terminated](#pod-termination); if Kubernetes isn't able start the Pod on the
43
43
node (for example, if the node crashes before the Pod starts), then that particular Pod
44
44
never starts.
45
45
46
+ You can use [ Pod Scheduling Readiness] ( /docs/concepts/scheduling-eviction/pod-scheduling-readiness/ )
47
+ to delay scheduling for a Pod until all its _ scheduling gates_ are removed. For example,
48
+ you might want to define a set of Pods but only trigger scheduling once all the Pods
49
+ have been created.
46
50
47
51
### Pods and fault recovery {#pod-fault-recovery}
48
52
@@ -370,13 +374,6 @@ after successful sandbox creation and network configuration by the runtime
370
374
plugin). For a Pod without init containers, the kubelet sets the ` Initialized `
371
375
condition to ` True ` before sandbox creation and network configuration starts.
372
376
373
- ### Pod scheduling readiness {#pod-scheduling-readiness-gate}
374
-
375
- {{< feature-state for_k8s_version="v1.26" state="alpha" >}}
376
-
377
- See [ Pod Scheduling Readiness] ( /docs/concepts/scheduling-eviction/pod-scheduling-readiness/ )
378
- for more information.
379
-
380
377
## Container probes
381
378
382
379
A _ probe_ is a diagnostic performed periodically by the [ kubelet] ( /docs/reference/command-line-tools-reference/kubelet/ )
You can’t perform that action at this time.
0 commit comments