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

fix(core): filter watched nodes and pods server-side #1676

Merged
merged 1 commit into from
Mar 12, 2024

Commits on Mar 12, 2024

  1. Filter watched nodes and pods server-side

    Rather than each DaemonSet pod listing/watching
    every node and pod in the cluster, this tells
    Kubernetes which node and pods we're interested in
    for each DaemonSet, reducing overhead
    significantly in larger clusters.
    
    Signed-off-by: Dakota Sullivan <djqballer@outlook.com>
    dqsully authored and daemon1024 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    4209d54 View commit details
    Browse the repository at this point in the history