Skip to content

Commit

Permalink
Add short label namespace flag in the documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Feruzjon Muyassarov <[email protected]>
  • Loading branch information
fmuyassarov committed Sep 1, 2022
1 parent 3004d72 commit 667ce15
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/advanced/master-commandline-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,22 @@ Example:
nfd-master -no-publish
```

### -label-ns

The `-label-ns` flag switches label namespace from old
`feature.node.kubernetes.io` format to the new and short format `nfd.k8s.io`.
By default `feature.node.kubernetes.io` (i.e. `label-ns=legacy`) is used.
Setting the flag to any value except `legacy`, will enforce the use of the
short namespace.

Default: *legacy*

Example:

```bash
nfd-master -no-publish=short
```

### -featurerules-controller

The `-featurerules-controller` flag controlers the processing of
Expand Down

0 comments on commit 667ce15

Please sign in to comment.