Skip to content

Commit dabf57d

Browse files
authored
Merge pull request #39509 from lianghao208/pod-lifecycle
update pod scheduling readiness gate in pod lifecycle
2 parents c67a986 + f16f67e commit dabf57d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,11 @@ after successful sandbox creation and network configuration by the runtime
267267
plugin). For a Pod without init containers, the kubelet sets the `Initialized`
268268
condition to `True` before sandbox creation and network configuration starts.
269269

270+
### Pod scheduling readiness {#pod-scheduling-readiness-gate}
271+
272+
{{< feature-state for_k8s_version="v1.26" state="alpha" >}}
273+
274+
See [Pod Scheduling Readiness](/docs/concepts/scheduling-eviction/pod-scheduling-readiness/) for more information.
270275

271276
## Container probes
272277

0 commit comments

Comments
 (0)