mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
Fixed the incorrect references (#769)
* Fixed the incorrect references in customization guide * Fixd the line length issue on PR * Fixed again the length issue * Updated customization.md
This commit is contained in:
parent
19a57789ad
commit
b070684af0
1 changed files with 4 additions and 4 deletions
|
@ -157,8 +157,8 @@ for example `/etc/kubernetes/node-feature-discovery/source.d/conf/`.
|
|||
directory. It is the user's responsibility to review the hooks for e.g.
|
||||
possible security implications.
|
||||
|
||||
**NOTE:** The [minimal](deployment-and-usage#minimal) image variant only
|
||||
supports running statically linked binaries.
|
||||
**NOTE:** The [minimal](../get-started/deployment-and-usage#minimal) image
|
||||
variant only supports running statically linked binaries.
|
||||
|
||||
### Feature files
|
||||
|
||||
|
@ -207,8 +207,8 @@ label creation, similar to the
|
|||
that the rules are specified in the worker configuration instead of a
|
||||
Kubernetes API object.
|
||||
|
||||
See [worker configuration](deployment-and-usage.md#worker-configuration) for
|
||||
instructions how to set-up and manage the worker configuration.
|
||||
See [worker configuration](../get-started/deployment-and-usage.md#worker-configuration)
|
||||
for instructions how to set-up and manage the worker configuration.
|
||||
|
||||
### An example custom feature source configuration
|
||||
|
||||
|
|
Loading…
Reference in a new issue