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

Add NRT garbage collector #1024

Merged

Commits on Jan 11, 2023

  1. Add NodeResourceTopology garbage collector

    NodeResourceTopology(aka NRT) custom resource is used to enable NUMA aware Scheduling in Kubernetes.
    As of now node-feature-discovery daemons are used to advertise those
    resources but there is no service responsible for removing obsolete
    objects(without corresponding Kubernetes node).
    
    This patch adds new daemon called nfd-topology-gc which removes old
    NRTs.
    
    Signed-off-by: PiotrProkop <pprokop@nvidia.com>
    PiotrProkop committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    59afae5 View commit details
    Browse the repository at this point in the history
  2. Add documentation for topology garbage collector

    Signed-off-by: PiotrProkop <pprokop@nvidia.com>
    PiotrProkop committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    3143faf View commit details
    Browse the repository at this point in the history