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
Track Ready Pods in Job status #2879
Comments
/assign |
/milestone v1.23 |
Hi @alculquicondor! 1.23 Enhancements team here. Just checking in as we approach enhancements freeze on Thursday 09/09. Here's where this enhancement currently stands:
Looks like for this one we would just need the KEP to merge by enhancements freeze :) Thanks! |
Hi @alculquicondor 👋 1.23 Docs lead here. This enhancement is marked as 'Needs Docs' for the 1.23 release. Please follow the steps detailed in the documentation to open a PR against the dev-1.23 branch in the k/website repo. This PR can be just a placeholder at this time and must be created before Thu November 18, 11:59 PM PDT. Also, if needed take a look at Documenting for a release to familiarize yourself with the docs requirement for the release. Thanks! |
Hi @alculquicondor 👋 1.23 Docs shadow here. |
Hi @alculquicondor and @kubernetes/sig-apps-misc , Since this feature is going to be alpha in 1.23, is this enhancement feature-gated? Does the Feature Gates page need to be updated with this enhancement? Does other documentation on kubernetes.io need to be updated or created? If so, please create a PR to the |
The PR is up. Sorry about the delay. I missed this before going on vacation. |
Not a problem. Thanks so much for getting this done! Is the feature gate information all that needs to be updated or are more docs needed? If that's it, I'll work on getting it looked at and merged. |
that's all that's needed. The rest is already part of the API reference. |
/milestone v1.24 |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale We can graduate to GA in 1.28 |
What items is needed for this? |
https://github.com/kubernetes/enhancements/tree/master/keps/sig-apps/2879-ready-pods-job-status#ga Given that there were no bug reports, the only item left is exploring different batch sizes to see if we get better scale without sacrificing latency. |
Ah, I may need someone else to do that. I don't really have a good k8 environment for doing performance testing. |
/milestone v1.29 |
@soltysh should we change the stage on this to stable? |
Good catch, thx /stage stable |
Hello @alculquicondor 👋, Enhancements team here. Just checking in as we approach enhancements freeze on Friday, 6th October 2023. This enhancement is targeting for stage Here's where this enhancement currently stands:
For this KEP, we would just need to add/update the following:
The status of this enhancement is marked as |
Oops, opened a PR to fix the KEP. /assign @mimowo |
@salehsedghpour the KEP update PR is merged |
@alculquicondor thanks for the update. With this, this enhancement is now |
Hey there @alculquicondor and @mimowo 👋, v1.29 Docs Lead here. |
Hey again @alculquicondor 👋 Enhancements team here, Just checking in as we approach code freeze at 01:00 UTC Wednesday 1st November. Here's where this enhancement currently stands:
With all this, the status of this KEP is Also, please let me know if there are other PRs in k/k we should be tracking for this KEP. |
Hi @alculquicondor 👋 from the v1.29 Communications Release Team! We would like to check if you have any plans to publish blogs for this KEP regarding new features, removals, and deprecations for this release. |
No plans, thanks :) |
Enhancement Description
ready
field to the Job status that track the number of Pods with theReady
condition.k/enhancements
) update PR(s): KEP-2879: Add count of ready Pods in Job status #2880k/k
) update PR(s): Track ready pods in Job status kubernetes#104915k/website
) update PR(s): Add JobReadyPods feature gate website#30593k/enhancements
) update PR(s): Graduate Ready Pods in Job status to Beta #3111, Add load test results for JobReadyPods #3249k/k
) update PR(s): Graduate JobReadyPods to beta kubernetes#107476k/website
) update PR(s): Graduate JobReadyPods to beta website#32396k/enhancements
) update PR(s): Graduate KEP-2879 PodsReady to stable #4237k/k
) update PR(s):k/website
) update PR(s): Docs update for JobPodsReady in GA website#43387The text was updated successfully, but these errors were encountered: