-
Notifications
You must be signed in to change notification settings - Fork 1.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
Allow informers for getting a stream of data instead of chunking #3157
Comments
Hi @p0lyn0mial ! 1.24 Enhancements team here. Just checking in as we approach enhancements freeze on 18:00pm PT on Thursday Feb 3rd. This enhancements is targeting
The status of this enhancement is track as |
Hi @gracenng! Many thanks for the heads-up. Could you please double-check the last point? The KEP has the |
Hi @p0lyn0mial, Regarding your second point, I am tracking your KEP files and the first bullet will be checked when the PR is merged. Does that answer your question? |
Hi @p0lyn0mial , 1.24 Enhancements Team here. Reaching out as we're less than a week away from Enhancement Freeze on Thursday, February 3rd. |
Hi @gracenng, it looks like it won't make it to 1.24. Please leave me some instructions on how to update the KEP so it won't show up on your query. |
No worries I’ll take care of it
…On Mon, Jan 31, 2022 at 12:42 AM Lukasz Szaszkiewicz < ***@***.***> wrote:
Hi @gracenng <https://github.com/gracenng>, it looks like it won't make
it to 1.24. Please leave me some instructions on how to update the KEP so
it won't show up on your query.
—
Reply to this email directly, view it on GitHub
<#3157 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKCRLOZTCK54ONCDRDEXZCTUYZDP3ANCNFSM5MHDCLRQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@p0lyn0mial how is feature going? we met a lot of server overloading scene(kube-apiserver oom or master oom), looking forward to this feature. if you need help,you can assign some tasks to me. |
@Dingshujie BTW, if you have more than a few hundred nodes, then this fix will probably help to reduce API server load kubernetes/kubernetes#109381 . (If you have more than a few thousand nodes it will definitely help). It solves a bug where the kubelets would keep doing the same listing calls over and over again (typically immediately after a restart of the API server). Obvoiusly, other list issues are possible too, so that fix won't solve them all for you. But it might help. |
@JohnRusk thanks, i already cherry-pick this to 1.23 branch. but this fixs can't slove the situation that custom-defined operator list issues. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/remove-lifecycle rotten |
/milestone v1.26 |
/milestone v1.31 |
Hello @p0lyn0mial 👋, Enhancements team here. Just checking in as we approach enhancements freeze on 02:00 UTC Friday 14th June 2024 / 19:00 PDT Thursday 13th June 2024. This enhancement is targeting for stage Here’s where this enhancement currently stands:
With all the KEP requirements in place and merged into k/enhancements, this enhancement is all good for the upcoming enhancements freeze. 🚀 The status of this enhancement is marked as |
/milestone v1.31 |
Hi @p0lyn0mial 👋, 1.31 Docs Shadow here. Does this enhancement work planned for 1.31 require any new docs or modification to existing docs? If so, please follows the steps here to open a PR against dev-1.31 branch in the k/website repo. This PR can be just a placeholder at this time and must be created before Thursday June 27, 2024 18:00 PDT. Also, take a look at Documenting for a release to get yourself familiarized with the docs requirement for the release. Thank you! Daniel |
Hi @p0lyn0mial 👋 from the v1.31 Communications Team! We'd love for you to opt in to write a feature blog about your enhancement! To opt in, let us know and open a Feature Blog placeholder PR against the website repository by 3rd July, 2024. For more information about writing a blog see the blog contribution guidelines. Note: In your placeholder PR, use |
Hi @jpbetz 👋, Just a reminder to open a placeholder PR against dev-1.31 branch in the k/website repo for this (steps available here). The deadline for this is a week away at Thursday June 27, 2024 18:00 PDT. Thanks, Daniel |
@p0lyn0mial Would you open the placeholder docs PR for this one? |
done, kubernetes/website#46985 |
@p0lyn0mial , friendly reminder about the upcoming blog opt-in and placeholder deadline on July 3rd. Please open a blog placeholder PR if you are interested in contributing a blog. |
I'm, thanks for the reminder, opened kubernetes/website#47018 |
Hey again @p0lyn0mial 👋 Enhancements team here, Just checking in as we approach code freeze at 02:00 UTC Wednesday 24th July 2024 / 19:00 PDT Tuesday 23rd July 2024 . I found two PRs for this KEP in 1.31:
Here's where this enhancement currently stands:
With the above criteria met, this enhancement is now tracked for code freeze! Also, please let me know if there are other PRs in k/k we should be tracking for this KEP. |
Unfortunately, a bug was found in the dynamic client, and we have to revert the graduation of the feature. |
Hey @p0lyn0mial 👋 Enhancements team here, Thank you for confirming that this enhancement will now be targeted for a future release. I will mark this as |
/milestone v1.32 |
Enhancement Description
One-line enhancement description (can be used as a release note): informers can get a stream of data to prime the caches
Kubernetes Enhancement Proposal: https://github.com/kubernetes/enhancements/blob/master/keps/sig-api-machinery/3157-watch-list/README.md
Discussion Link:
Primary contact (assignee): @p0lyn0mial
Responsible SIGs: sig-apimachinery, sig-scalability
Enhancement target (which target equals to which milestone):
Alpha
k/enhancements
) update PR(s):k/k
) update PR(s):k/website
) update PR(s):Beta
k/enhancements
) update PR(s): KEP 3157 (watch-list): add a new beta criterion #4453k/k
) update PR(s):k/website
) update(s):Please keep this description up to date. This will help the Enhancement Team to track the evolution of the enhancement efficiently.
/sig api-machinery
/sig scalability
The text was updated successfully, but these errors were encountered: