mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-17 05:48:21 +00:00
tls.md: Add note (#1332)
* tls.md: Add note Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com> * Update docs/deployment/tls.md Co-authored-by: Markus Lehtonen <markus.lehtonen@intel.com> --------- Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com> Co-authored-by: Markus Lehtonen <markus.lehtonen@intel.com>
This commit is contained in:
parent
50dd128b23
commit
ade5833ee3
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ sort: 5
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
> ***NOTE*** this section only applies when the gRPC API is used, i.e. when the
|
||||||
|
> NodeFeature API is disabled via the `-enable-nodefeature-api=false` flag on
|
||||||
|
> both nfd-master and nfd-worker.
|
||||||
|
|
||||||
NFD supports mutual TLS authentication between the nfd-master and nfd-worker
|
NFD supports mutual TLS authentication between the nfd-master and nfd-worker
|
||||||
instances. That is, nfd-worker and nfd-master both verify that the other end
|
instances. That is, nfd-worker and nfd-master both verify that the other end
|
||||||
presents a valid certificate.
|
presents a valid certificate.
|
||||||
|
|
Loading…
Add table
Reference in a new issue