Skip to content

Commit 97c15d5

Browse files
author
Nate Thornton
authored
Document the default '--node-name' and '--nnf-node-name' behavior (#16)
Signed-off-by: Nate Thornton <nate.thornton@hpe.com>
1 parent 1963a24 commit 97c15d5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/guides/compute-daemons/readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ The command line arguements can be provided to the service definition or as an o
5757
| `--kubernetes-service-port=[PORT]` | The listening port of the kubeapi server |
5858
| `--service-token-file=[PATH]` | Location of the service token file |
5959
| `--service-cert-file=[PATH]` | Location of the service certificate file |
60-
| `--node-name=[COMPUTE-NODE-NAME]` | Name of this compute node as described in the System Configuration |
61-
| `--nnf-node-name=[RABBIT-NODE-NAME]` | Name of the rabbit node connected to this compute node as described in the System Configuration (`nnf-dm` daemon only)|
60+
| `--node-name=[COMPUTE-NODE-NAME]` | Name of this compute node as described in the System Configuration. Defaults to the host name reported by the OS. |
61+
| `--nnf-node-name=[RABBIT-NODE-NAME]` | `nnf-dm` daemon only. Name of the rabbit node connected to this compute node as described in the System Configuration. If not provided, the `--node-name` value is used to find the associated Rabbit node in the System Configuration. |
62+
| `--sys-config=[NAME]` | `nnf-dm` daemon only. The System Configuration resource's name. Defaults to `default` |
6263

6364
For example:
6465

0 commit comments

Comments
 (0)