Skip to content

Commit 2f99038

Browse files
authored
Merge pull request #1520 from marquiz/devel/docs-fix-master-config-ref
docs: fix wording and nfd version in master config ref
2 parents 6c7fc24 + 304785a commit 2f99038

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

docs/reference/master-configuration-reference.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,14 @@ denyLabelNs: ["denied.ns.io","denied.kubernetes.io"]
7171
## autoDefaultNs
7272

7373
The `autoDefaultNs` option controls the automatic prefixing of names. When set
74-
to true (the default in {{ site.version }}) nfd-master automatically adds the
75-
default `feature.node.kubernetes.io/` prefix to unprefixed labels, annotations
76-
and extended resources - this is also the default behavior in NFD v0.13 and
77-
earlier. When the option is set to `false`, no prefix will be prepended to
78-
unprefixed names, effectively causing them to be filtered out (as NFD does not
79-
allow unprefixed names of labels, annotations or extended resources).
80-
The default will be changed to `false` in a future release.
74+
to true (the default in NFD version {{ site.version }}) nfd-master
75+
automatically adds the default `feature.node.kubernetes.io/` prefix to
76+
unprefixed labels, annotations and extended resources - this is also the
77+
default behavior in NFD v0.15 and earlier. When the option is set to `false`,
78+
no prefix will be prepended to unprefixed names, effectively causing them to be
79+
filtered out (as NFD does not allow unprefixed names of labels, annotations or
80+
extended resources). The default will be changed to `false` in a future
81+
release.
8182

8283
For example, with the `autoDefaultNs` set to `true`, a NodeFeatureRule with
8384

0 commit comments

Comments
 (0)