mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-13 20:30:03 +00:00
Merge pull request #1475 from marquiz/devel/docs-wording-fix
docs: correct description of no-publish for topology-updater
This commit is contained in:
commit
7fed71d8d9
1 changed files with 2 additions and 2 deletions
|
@ -222,8 +222,8 @@ $ docker run --rm ${NFD_CONTAINER_IMAGE} nfd-topology-updater -no-publish
|
|||
...
|
||||
```
|
||||
|
||||
If you just want to try out feature discovery without connecting to nfd-master,
|
||||
pass the `-no-publish` flag to nfd-topology-updater.
|
||||
If you just want to try out resource topology discovery without connecting to
|
||||
the Kubernetes API, pass the `-no-publish` flag to nfd-topology-updater.
|
||||
|
||||
> **NOTE:** NFD topology updater needs certain directories and/or files from
|
||||
> the host mounted inside the NFD container. Thus, you need to provide Docker
|
||||
|
|
Loading…
Add table
Reference in a new issue