-
Notifications
You must be signed in to change notification settings - Fork 14.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ready pod status still listed as a beta feature, became GA in 1.29 #44632
Comments
@alculquicondor for awareness. |
Uhm... this was already fixed kubernetes/kubernetes#121765 Not sure if there was a missing sync into the website page. |
I don't see the markdown page explicitly listed in the committed files under kubernetes/kubernetes#121765. When I look in the main branch, https://github.com/kubernetes/website/blob/main/content/en/docs/reference/kubernetes-api/workload-resources/job-v1.md#beta-level-1 I see the beta reference. Perhaps this was missed? |
/sig apps If the API or command line tool reference is out of date, a contributor needs to regenerate it and then send in a pull request. |
/language en |
Hey, @sftim ! I would like to do it. |
/assign |
/unassign @Anuragt1104 |
Hey @Anuragt1104, I'm already working on it and will raise the PR soon. |
/assign |
Hey, @hahewlet ! Kindly take a look at the PR. |
This is a Bug Report
Problem:
According to KEP kubernetes/enhancements#2879, The JobReadyPods feature gate has moved to GA with K8s 1.29. I see this correctly reflected in the feature gate doc, https://kubernetes.io/docs/reference/command-line-tools-reference/feature-gates/. However, the Job API doc, https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/job-v1/#JobStatus, lists the ready state as a beta feature. Text from the doc:
Beta level
ready (int32)
The number of pods which have a Ready condition.
This field is beta-level. The job controller populates the field when the feature gate JobReadyPods is enabled (enabled by default).
Proposed Solution:
Move the ready state information from the beta section to the main list under the JobStatus section.
Page to Update:
https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/job-v1/#JobStatus
Kubernetes Version: 1.29
The text was updated successfully, but these errors were encountered: