Skip to content

Commit 2e638c3

Browse files
author
Tim Bannister
committed
Fix stale info about Pod scheduling readiness
This is now a stable part of the Pod API.
1 parent 8633dda commit 2e638c3

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

content/en/docs/concepts/workloads/pods/pod-lifecycle.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ is [terminated](#pod-termination); if Kubernetes isn't able start the Pod on the
4343
node (for example, if the node crashes before the Pod starts), then that particular Pod
4444
never starts.
4545

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.
4650

4751
### Pods and fault recovery {#pod-fault-recovery}
4852

@@ -370,13 +374,6 @@ after successful sandbox creation and network configuration by the runtime
370374
plugin). For a Pod without init containers, the kubelet sets the `Initialized`
371375
condition to `True` before sandbox creation and network configuration starts.
372376

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-
380377
## Container probes
381378

382379
A _probe_ is a diagnostic performed periodically by the [kubelet](/docs/reference/command-line-tools-reference/kubelet/)

0 commit comments

Comments
 (0)