1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-15 17:50:49 +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
The `autoDefaultNs` option controls the automatic prefixing of names. When set
to true (the default in {{ site.version }}) nfd-master automatically adds the
default `feature.node.kubernetes.io/` prefix to unprefixed labels, annotations
and extended resources - this is also the default behavior in NFD v0.13 and
earlier. When the option is set to `false`, no prefix will be prepended to
unprefixed names, effectively causing them to be filtered out (as NFD does not
allow unprefixed names of labels, annotations or extended resources).
The default will be changed to `false` in a future release.
to true (the default in NFD version {{ site.version }}) nfd-master
automatically adds the default `feature.node.kubernetes.io/` prefix to
unprefixed labels, annotations and extended resources - this is also the
default behavior in NFD v0.15 and earlier. When the option is set to `false`,
no prefix will be prepended to unprefixed names, effectively causing them to be
filtered out (as NFD does not allow unprefixed names of labels, annotations or
extended resources). The default will be changed to `false` in a future
release.
For example, with the `autoDefaultNs` set to `true`, a NodeFeatureRule with