mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-17 05:48:21 +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.
|
directory. It is the user's responsibility to review the hooks for e.g.
|
||||||
possible security implications.
|
possible security implications.
|
||||||
|
|
||||||
**NOTE:** The [minimal](deployment-and-usage#minimal) image variant only
|
**NOTE:** The [minimal](../get-started/deployment-and-usage#minimal) image
|
||||||
supports running statically linked binaries.
|
variant only supports running statically linked binaries.
|
||||||
|
|
||||||
### Feature files
|
### Feature files
|
||||||
|
|
||||||
|
@ -207,8 +207,8 @@ label creation, similar to the
|
||||||
that the rules are specified in the worker configuration instead of a
|
that the rules are specified in the worker configuration instead of a
|
||||||
Kubernetes API object.
|
Kubernetes API object.
|
||||||
|
|
||||||
See [worker configuration](deployment-and-usage.md#worker-configuration) for
|
See [worker configuration](../get-started/deployment-and-usage.md#worker-configuration)
|
||||||
instructions how to set-up and manage the worker configuration.
|
for instructions how to set-up and manage the worker configuration.
|
||||||
|
|
||||||
### An example custom feature source configuration
|
### An example custom feature source configuration
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue