Skip to content

Commit eb70f18

Browse files
committed
Added nnf-dm specific configuration (for k8s QPS/Burst)
Signed-off-by: Blake Devcich <blake.devcich@hpe.com>
1 parent 1118812 commit eb70f18

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

docs/guides/compute-daemons/readme.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The `service.token` and `service.cert` files must be copied to each compute node
4949

5050
Installing the daemon will create a default configuration located at `/etc/systemd/system/[BINARY-NAME].service`
5151

52-
The command line arguements can be provided to the service definition or as an override file.
52+
The command line arguments can be provided to the service definition or as an override file.
5353

5454
| Argument | Definition |
5555
| -------- | ---------- |
@@ -83,6 +83,15 @@ Restart=on-failure
8383
WantedBy=multi-user.target
8484
```
8585

86+
#### nnf-dm Specific Configuration
87+
88+
nnf-dm has some additional configuration options that can be used to tweak the kubernetes client:
89+
90+
| Argument | Definition |
91+
| -------- | ---------- |
92+
| `--kubernetes-qps=[QPS]` | The number of Queries Per Second (QPS) before client-side rate-limiting starts. Defaults to 50.
93+
| `--kubernetes-burst=[QPS]` | Once QPS is hit, allow this many concurrent calls. Defaults to 100.
94+
8695
## Easy Deployment
8796

8897
The nnf-deploy tool's `install` command can be used to run the daemons on a system's set of compute nodes. This option will compile the latest daemon binaries, retrieve the service token and certificates, and will copy and install the daemons on each of the compute nodes. Refer to the [nnf-deploy](https://github.com/NearNodeFlash/nnf-deploy) repository and run `nnf-deploy install --help` for details.

0 commit comments

Comments
 (0)