mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-16 21:38:23 +00:00
docs: small reordering of master cmdline reference
Move documentation of -enable-taints near '-enable-nodefeature-api' and '-no-publish' as they are related in that they control the enablement of APIs.
This commit is contained in:
parent
6ddd87e465
commit
5a717c418b
1 changed files with 12 additions and 12 deletions
|
@ -99,18 +99,6 @@ Example:
|
||||||
nfd-master -cert-file=/opt/nfd/master.crt -key-file=/opt/nfd/master.key -ca-file=/opt/nfd/ca.crt
|
nfd-master -cert-file=/opt/nfd/master.crt -key-file=/opt/nfd/master.key -ca-file=/opt/nfd/ca.crt
|
||||||
```
|
```
|
||||||
|
|
||||||
### -enable-taints
|
|
||||||
|
|
||||||
The `-enable-taints` flag enables/disables node tainting feature of NFD.
|
|
||||||
|
|
||||||
Default: *false*
|
|
||||||
|
|
||||||
Example:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
nfd-master -enable-taints=true
|
|
||||||
```
|
|
||||||
|
|
||||||
### -key-file
|
### -key-file
|
||||||
|
|
||||||
The `-key-file` is one of the three flags (together with `-ca-file` and
|
The `-key-file` is one of the three flags (together with `-ca-file` and
|
||||||
|
@ -163,6 +151,18 @@ Example:
|
||||||
nfd-master -enable-nodefeature-api
|
nfd-master -enable-nodefeature-api
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### -enable-taints
|
||||||
|
|
||||||
|
The `-enable-taints` flag enables/disables node tainting feature of NFD.
|
||||||
|
|
||||||
|
Default: *false*
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
nfd-master -enable-taints=true
|
||||||
|
```
|
||||||
|
|
||||||
### -no-publish
|
### -no-publish
|
||||||
|
|
||||||
The `-no-publish` flag disables updates to the Node objects in the Kubernetes
|
The `-no-publish` flag disables updates to the Node objects in the Kubernetes
|
||||||
|
|
Loading…
Add table
Reference in a new issue