1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-18 22:33:09 +00:00

Merge pull request #1520 from marquiz/devel/docs-fix-master-config-ref

docs: fix wording and nfd version in master config ref
This commit is contained in:
Kubernetes Prow Robot 2023-12-21 17:43:56 +01:00 committed by GitHub
commit 2f99038ea8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,13 +71,14 @@ denyLabelNs: ["denied.ns.io","denied.kubernetes.io"]
## autoDefaultNs ## autoDefaultNs
The `autoDefaultNs` option controls the automatic prefixing of names. When set The `autoDefaultNs` option controls the automatic prefixing of names. When set
to true (the default in {{ site.version }}) nfd-master automatically adds the to true (the default in NFD version {{ site.version }}) nfd-master
default `feature.node.kubernetes.io/` prefix to unprefixed labels, annotations automatically adds the default `feature.node.kubernetes.io/` prefix to
and extended resources - this is also the default behavior in NFD v0.13 and unprefixed labels, annotations and extended resources - this is also the
earlier. When the option is set to `false`, no prefix will be prepended to default behavior in NFD v0.15 and earlier. When the option is set to `false`,
unprefixed names, effectively causing them to be filtered out (as NFD does not no prefix will be prepended to unprefixed names, effectively causing them to be
allow unprefixed names of labels, annotations or extended resources). filtered out (as NFD does not allow unprefixed names of labels, annotations or
The default will be changed to `false` in a future release. extended resources). The default will be changed to `false` in a future
release.
For example, with the `autoDefaultNs` set to `true`, a NodeFeatureRule with For example, with the `autoDefaultNs` set to `true`, a NodeFeatureRule with