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

KEP-3157: allow informers for getting a stream of data instead of chunking #3142

Merged
merged 1 commit into from
Feb 3, 2022

Commits on Feb 3, 2022

  1. KEP-3157: allow informers for getting a stream of data instead of chu…

    …nking.
    
    The kube-apiserver is vulnerable to memory explosion.
    The issue is apparent in larger clusters, where only a few LIST requests might cause serious disruption.
    Uncontrolled and unbounded memory consumption of the servers does not only affect clusters that operate in an
    HA mode but also other programs that share the same machine.
    In this KEP we propose a potential solution to this issue.
    p0lyn0mial committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    b14a2f7 View commit details
    Browse the repository at this point in the history