-
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 |
Hello @p0lyn0mial 👋 from the v1.32 Communications Team! To opt-in, let us know and open a Feature Blog placeholder PR against the website repository by 30th Oct 2024. For more information about writing a blog see the blog contribution guidelines. |
Hello @p0lyn0mial 👋, 1.32 Docs Shadow here. |
Hi @p0lyn0mial 👋, Just a reminder to open a placeholder PR against dev-1.32 branch in the k/website repo for this (steps available here). The deadline for this is Thursday Oct 24 at 18:00 PDT. Thanks, Anshuman |
@rashansmith I have opened a Feature Blog placeholder PR at kubernetes/website#48513 @AnshumanTripathi I have opened a placeholder PR against dev-1.32 at kubernetes/website#48512 |
Hello @p0lyn0mial 👋, v1.32 Enhancements team here. Are there any code changes planned for this KEP in 1.32? If so, can you please link the PRs in the issue description above? In the meantime, I will mark this enhancement as |
Hello @p0lyn0mial 👋, v1.32 Enhancements team here, Unfortunately, the implementation (code related) PR(s) associated with this enhancement are not in the merge-ready state by code-freeze and hence this enhancement is now removed from the v1.32 milestone. If you still wish to progress this enhancement in v1.32, please file an exception request as soon as possible, within three days. If you have any questions, you can reach out in the #release-enhancements channel on Slack and we'll be happy to help. Thanks! /milestone clear |
@jenshu Hey, I'm not sure which PRs you're referring to, but the feature was promoted to Beta in version 1.32 (kubernetes/kubernetes#128053). Could you please reapply the milestone tag? |
Hi @p0lyn0mial, ah thanks. The PR description above doesn't show any 1.32 PRs and I didn't see any responses to my previous question so wasn't sure if there were any PRs associated with 1.32 Can you just confirm if kubernetes/kubernetes#128053 is the only code-related PR needed for 1.32? |
@jenshu I had more PRs, but the one I linked is important because it enabled the feature for version 1.32. Also, I apologize for not responding to your previous questions. |
Hi @p0lyn0mial, no problem! If possible, can you find the list of PRs associated with this KEP for 1.32 so I can list them in the issue description above? Have all the PRs been merged already? |
Hi @p0lyn0mial just following up again - can you confirm if there were other PRs merged for 1.32 besides kubernetes/kubernetes#128053, and if so, can you list them here? Thanks! |
Hey @jenshu, done ^. |
/milestone v1.32 |
Hello @p0lyn0mial 👋, v1.32 Comms team here, Thank you for creating a placeholder PR for a feature blog! The deadline for completing blog content to be Ready for Review is Monday 25th November 2024 . For more information about writing a blog see the blog contribution guidelines. Please feel free to reach out if you have any questions! |
Enhancement Description
k/enhancements
) update PR(s):k/k
) update PR(s):k/website
) update PR(s):k/enhancements
) update PR(s):k/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: