Skip to content
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

Open
23 of 25 tasks
p0lyn0mial opened this issue Jan 18, 2022 · 121 comments
Open
23 of 25 tasks

Allow informers for getting a stream of data instead of chunking #3157

p0lyn0mial opened this issue Jan 18, 2022 · 121 comments
Assignees
Labels
lead-opted-in Denotes that an issue has been opted in to a release lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. sig/api-machinery Categorizes an issue or PR as relevant to SIG API Machinery. sig/scalability Categorizes an issue or PR as relevant to SIG Scalability. stage/beta Denotes an issue tracking an enhancement targeted for Beta status tracked/yes Denotes an enhancement issue is actively being tracked by the Release Team
Milestone

Comments

@p0lyn0mial
Copy link
Contributor

p0lyn0mial commented Jan 18, 2022

Enhancement Description

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

@k8s-ci-robot k8s-ci-robot added sig/api-machinery Categorizes an issue or PR as relevant to SIG API Machinery. sig/scalability Categorizes an issue or PR as relevant to SIG Scalability. labels Jan 18, 2022
@gracenng gracenng added the tracked/yes Denotes an enhancement issue is actively being tracked by the Release Team label Jan 20, 2022
@gracenng gracenng added this to the v1.24 milestone Jan 20, 2022
@gracenng
Copy link
Member

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 alpha for 1.24
Here’s where this enhancement currently stands:

  • Updated KEP file using the latest template has been merged into the k/enhancements repo. KEP-3157: allow informers for getting a stream of data instead of chunking #3142
  • KEP status is marked as implementable for this release with latest-milestone: 1.24
  • KEP has a test plan section filled out.
    - [ ] KEP has up to date graduation criteria. -- not needed for alpha
  • KEP has a production readiness review that has been completed and merged into k/enhancements -- PRR not found

The status of this enhancement is track as at risk
Thanks!

@p0lyn0mial
Copy link
Contributor Author

Hi @gracenng! Many thanks for the heads-up. Could you please double-check the last point? The KEP has the Production Readiness Review Questionnaire. In addition to that, I have filled the required bits for the alpha version - it just hasn't been reviewed yet.

@gracenng
Copy link
Member

Hi @p0lyn0mial,
Thanks for the reply. Your PRR Questionaire in the KEP needs to be approved by the PRR team, which will result in a file in
https://github.com/kubernetes/enhancements/tree/master/keps/prod-readiness/
Your sig has not made a folder there yet, please check out the format.

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?

@gracenng
Copy link
Member

Hi @p0lyn0mial , 1.24 Enhancements Team here.

Reaching out as we're less than a week away from Enhancement Freeze on Thursday, February 3rd.
There's no update for this enhancement since last checkin, let me know if I missed anything.
Current status is at risk

@p0lyn0mial
Copy link
Contributor Author

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.

@gracenng
Copy link
Member

gracenng commented Jan 31, 2022 via email

@gracenng gracenng removed this from the v1.24 milestone Feb 4, 2022
@gracenng gracenng removed the tracked/yes Denotes an enhancement issue is actively being tracked by the Release Team label Feb 4, 2022
@Dingshujie
Copy link
Member

@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.

@JohnRusk
Copy link

@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.

@Dingshujie
Copy link
Member

@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.
and finally expect all list from watch cache

@k8s-triage-robot
Copy link

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:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Mark this issue or PR as rotten with /lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Aug 25, 2022
@k8s-triage-robot
Copy link

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:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle rotten

@k8s-ci-robot k8s-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Sep 24, 2022
@wojtek-t
Copy link
Member

/remove-lifecycle rotten

@k8s-ci-robot k8s-ci-robot removed the lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. label Sep 26, 2022
@p0lyn0mial
Copy link
Contributor Author

/milestone v1.26

@rashansmith
Copy link

rashansmith commented Oct 14, 2024

Hello @p0lyn0mial 👋 from the v1.32 Communications Team!
We'd love for you to consider writing a feature blog about your enhancement! Some reasons why you might want to write a blog for this feature include (but are not limited to) if this introduces breaking changes, is important to our users, or has been in progress for a long time and is graduating.

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.

@AnshumanTripathi
Copy link

Hello @p0lyn0mial 👋, 1.32 Docs Shadow here.
Does this enhancement work planned for 1.32 require any new docs or modification to existing docs?
If so, please follows the steps here to open a PR against dev-1.32 branch in the k/website repo. This PR can be just a placeholder at this time and must be created before Thursday October 24th 2024 18:00 PDT.
Also, take a look at Documenting for a release to get yourself familiarize with the docs requirement for the release.
Thank you!

@AnshumanTripathi
Copy link

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

@p0lyn0mial
Copy link
Contributor Author

@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

@jenshu
Copy link

jenshu commented Oct 28, 2024

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 at risk for code freeze. Thanks!

@jenshu jenshu moved this from Tracked for enhancements freeze to At risk for code freeze in 1.32 Enhancements Tracking Oct 28, 2024
@jenshu
Copy link

jenshu commented Nov 8, 2024

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

@k8s-ci-robot k8s-ci-robot removed this from the v1.32 milestone Nov 8, 2024
@jenshu jenshu moved this from At risk for code freeze to Removed from Milestone in 1.32 Enhancements Tracking Nov 8, 2024
@p0lyn0mial
Copy link
Contributor Author

@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?

@jenshu
Copy link

jenshu commented Nov 8, 2024

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?
If so, I'm happy to add it back to the milestone. Thanks!

@p0lyn0mial
Copy link
Contributor Author

@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.

@jenshu
Copy link

jenshu commented Nov 9, 2024

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?

@jenshu
Copy link

jenshu commented Nov 13, 2024

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!

@p0lyn0mial
Copy link
Contributor Author

Hey @jenshu, done ^.

@jenshu
Copy link

jenshu commented Nov 15, 2024

/milestone v1.32

@k8s-ci-robot k8s-ci-robot added this to the v1.32 milestone Nov 15, 2024
@jenshu jenshu moved this from Removed from Milestone to Tracked for code freeze in 1.32 Enhancements Tracking Nov 15, 2024
@rashansmith
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lead-opted-in Denotes that an issue has been opted in to a release lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. sig/api-machinery Categorizes an issue or PR as relevant to SIG API Machinery. sig/scalability Categorizes an issue or PR as relevant to SIG Scalability. stage/beta Denotes an issue tracking an enhancement targeted for Beta status tracked/yes Denotes an enhancement issue is actively being tracked by the Release Team
Projects
Status: Net New
Status: Tracked
Status: Tracked
Status: Removed from Milestone
Status: Removed from Milestone
Status: Tracked for code freeze
Status: Deferred
Development

No branches or pull requests