26 lines
659 B
Markdown
26 lines
659 B
Markdown
---
|
|
title: JobReadyPods
|
|
content_type: feature_gate
|
|
_build:
|
|
list: never
|
|
render: false
|
|
|
|
stages:
|
|
- stage: alpha
|
|
defaultValue: false
|
|
fromVersion: "1.23"
|
|
toVersion: "1.23"
|
|
- stage: beta
|
|
defaultValue: true
|
|
fromVersion: "1.24"
|
|
toVersion: "1.28"
|
|
- stage: stable
|
|
defaultValue: true
|
|
fromVersion: "1.29"
|
|
---
|
|
Enables tracking the number of Pods that have a `Ready`
|
|
[condition](/docs/concepts/workloads/pods/pod-lifecycle/#pod-conditions).
|
|
The count of `Ready` pods is recorded in the
|
|
[status](/docs/reference/kubernetes-api/workload-resources/job-v1/#JobStatus)
|
|
of a [Job](/docs/concepts/workloads/controllers/job) status.
|