mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-19 14:53:07 +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:
commit
2f99038ea8
1 changed files with 8 additions and 7 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue