mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-15 17:50:49 +00:00
docs: fix wording and nfd version in master config ref
This commit is contained in:
parent
bac1a97f32
commit
304785a0d2
1 changed files with 8 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue