mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +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
|
||||
```
|
||||
|
||||
### -enable-taints
|
||||
|
||||
The `-enable-taints` flag enables/disables node tainting feature of NFD.
|
||||
|
||||
Default: *false*
|
||||
|
||||
Example:
|
||||
|
||||
```bash
|
||||
nfd-master -enable-taints=true
|
||||
```
|
||||
|
||||
### -key-file
|
||||
|
||||
The `-key-file` is one of the three flags (together with `-ca-file` and
|
||||
|
@ -163,6 +151,18 @@ Example:
|
|||
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
|
||||
|
||||
The `-no-publish` flag disables updates to the Node objects in the Kubernetes
|
||||
|
|
Loading…
Reference in a new issue