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

Scope watch on "pods" to only pods associated with the local node #716

Merged
merged 1 commit into from
Nov 13, 2019

Commits on Nov 12, 2019

  1. Scope watch on "pods" to only pods associated with the local node

    Prior to this patch the aws-cni plugin would create a watch for *all*
    pods in the cluster to then client-side filter them to only the ones
    assigned to the node. This is not only wasteful of resources (as we're
    throwing away the majority of data once we get it) this causes some
    significant performance/capacity issues on sizeable clusters. In some
    cases we've seen the initial `watch` call return ~500MB! This is a
    significant savings of space and resources (both client and server side)
    jacksontj committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    a404d9d View commit details
    Browse the repository at this point in the history