1
0
Fork 0
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:
Vaibhav Goel 2022-03-15 17:46:11 +05:30 committed by GitHub
parent 19a57789ad
commit b070684af0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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