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

Documentation capturing enablement of NFD-Topology-Updater in NFD #526

Commits on Oct 29, 2021

  1. Documentation capturing enablement of NFD-Topology-Updater in NFD

    Prior to this feature, NFD consisted of only software components namely
    nfd-master and nfd-worker. We have introduced another software component
    called nfd-topology-updater.
    
    NFD-Topology-Updater is a daemon responsible for examining allocated resources
    on a worker node to account for allocatable resources on a per-zone basis (where
    a zone can be a NUMA node). It then communicates the information to nfd-master
    which does the CRD creation corresponding to all the nodes in the cluster. One
    instance of nfd-topology-updater is supposed to be running on each node of the
    cluster.
    
    Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
    swatisehgal committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    ab62172 View commit details
    Browse the repository at this point in the history