mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-17 05:48:21 +00:00
Merge pull request #492 from adrianchiris/doc-fix-1
Docs: Add Table header to master/worker chart parameters
This commit is contained in:
commit
ba51a92d63
1 changed files with 4 additions and 0 deletions
|
@ -222,6 +222,8 @@ We have introduced the following Chart parameters.
|
||||||
|
|
||||||
##### Master pod parameters
|
##### Master pod parameters
|
||||||
|
|
||||||
|
| Name | Type | Default | description |
|
||||||
|
| ---- | ---- | ------- | ----------- |
|
||||||
| `master.*` | dict | | NFD master deployment configuration |
|
| `master.*` | dict | | NFD master deployment configuration |
|
||||||
| `master.instance` | string | | Instance name. Used to separate annotation namespaces for multiple parallel deployments |
|
| `master.instance` | string | | Instance name. Used to separate annotation namespaces for multiple parallel deployments |
|
||||||
| `master.replicaCount` | integer | 1 | Number of desired pods. This is a pointer to distinguish between explicit zero and not specified |
|
| `master.replicaCount` | integer | 1 | Number of desired pods. This is a pointer to distinguish between explicit zero and not specified |
|
||||||
|
@ -236,6 +238,8 @@ We have introduced the following Chart parameters.
|
||||||
|
|
||||||
##### Worker pod parameters
|
##### Worker pod parameters
|
||||||
|
|
||||||
|
| Name | Type | Default | description |
|
||||||
|
| ---- | ---- | ------- | ----------- |
|
||||||
| `worker.*` | dict | | NFD master daemonset configuration |
|
| `worker.*` | dict | | NFD master daemonset configuration |
|
||||||
| `worker.configmapName` | string | `nfd-worker-conf` | NFD worker pod ConfigMap name |
|
| `worker.configmapName` | string | `nfd-worker-conf` | NFD worker pod ConfigMap name |
|
||||||
| `worker.config` | string | `` | NFD worker service configuration |
|
| `worker.config` | string | `` | NFD worker service configuration |
|
||||||
|
|
Loading…
Add table
Reference in a new issue