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

Deprecate gRPC API #1334

Merged
merged 1 commit into from
Sep 7, 2023

Commits on Sep 7, 2023

  1. Deprecate gRPC API

    Now that the NodeFeature API has been set enabled by default, the gRPC
    mode will be deprecated and with it all flags and features around it.
    
    For nfd-master, flags
    -port, -key-file, -ca-file, -cert-file, -verify-node-name, -enable-nodefeature-api
    are now marked as deprecated.
    
    For nfd-worker flags
    -enable-nodefeature-api, -ca-file, -cert-file, -key-file, -server, -server-name-override
    are now marked as deprecated.
    
    Deprecated flags, as well as gRPC related code will be removed in future
    releases.
    
    Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>
    Co-authored-by: Markus Lehtonen <markus.lehtonen@intel.com>
    ArangoGutierrez and marquiz committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    9966d2a View commit details
    Browse the repository at this point in the history