docs: Fix parameter type and default value in client reserved configuration. (#23359)

This commit is contained in:
liukch
2024-06-22 04:29:59 +08:00
committed by GitHub
parent 0588172a19
commit cc7a5ed7e2

View File

@@ -380,7 +380,7 @@ see the [drivers documentation](/nomad/docs/drivers).
- `cpu` `(int: 0)` - Specifies the amount of CPU to reserve, in MHz.
- `cores` `(int: 0)` - Specifies the cpuset of CPU cores to reserve. Only
- `cores` `(string: "")` - Specifies the cpuset of CPU cores to reserve. Only
supported on Linux.
```hcl