You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/deployment/helm.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,8 +131,8 @@ API's you need to install the prometheus operator in your cluster.
131
131
|`master.rbac.create`| bool | true | Specifies whether to create [RBAC][rbac] configuration for nfd-master |
132
132
|`master.service.type`| string | ClusterIP | NFD master service type. **NOTE**: this parameter is related to the deprecated gRPC API and will be removed with it in a future release |
133
133
|`master.service.port`| integer | 8080 | NFD master service port. **NOTE**: this parameter is related to the deprecated gRPC API and will be removed with it in a future release |
134
-
|`master.resources`| dict | {} | NFD master pod [resources management](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/)|
135
-
|`master.nodeSelector`| dict | {} | NFD master pod [node selector](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector)|
|`master.tolerations`| dict |_Scheduling to master node is disabled_| NFD master pod [tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/)|
137
137
|`master.annotations`| dict | {} | NFD master pod [annotations](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/)|
138
138
|`master.affinity`| dict || NFD master pod required [node affinity](https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes-using-node-affinity/)|
@@ -155,7 +155,8 @@ API's you need to install the prometheus operator in your cluster.
155
155
|`worker.serviceAccount.name`| string || The name of the service account to use for nfd-worker. If not set and create is true, a name is generated using the fullname template (suffixed with `-worker`) |
156
156
|`worker.rbac.create`| bool | true | Specifies whether to create [RBAC][rbac] configuration for nfd-worker |
157
157
|`worker.mountUsrSrc`| bool | false | Specifies whether to allow users to mount the hostpath /user/src. Does not work on systems without /usr/src AND a read-only /usr |
158
-
|`worker.resources`| dict | {} | NFD worker pod [resources management](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/)|
0 commit comments