We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c67a986 + f16f67e commit dabf57dCopy full SHA for dabf57d
content/en/docs/concepts/workloads/pods/pod-lifecycle.md
@@ -267,6 +267,11 @@ after successful sandbox creation and network configuration by the runtime
267
plugin). For a Pod without init containers, the kubelet sets the `Initialized`
268
condition to `True` before sandbox creation and network configuration starts.
269
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.
275
276
## Container probes
277
0 commit comments