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
|`master.enable`| bool | true | Specifies whether nfd-master should be deployed |
180
+
|`master.hostNetwork`| bool | false | Specifies whether to enable or disable running the container in the host's network namespace |
180
181
|`master.port`| integer || Specifies the TCP port that nfd-master listens for incoming requests. **NOTE**: this parameter is related to the deprecated gRPC API and will be removed with it in a future release |
181
182
|`master.metricsPort`| integer | 8081 | Port on which to expose metrics from components to prometheus operator |
182
183
|`master.instance`| string || Instance name. Used to separate annotation namespaces for multiple parallel deployments |
@@ -204,6 +205,7 @@ API's you need to install the prometheus operator in your cluster.
204
205
|`master.nfdApiParallelism`| integer | 10 | Specifies the maximum number of concurrent node updates. |
|`master.extraArgs`| array |[]| Additional [command line arguments](../reference/master-commandline-reference.md) to pass to nfd-master |
208
+
|`master.extraEnvs`| array |[]| Additional environment variables to pass to nfd-master |
207
209
|`master.revisionHistoryLimit`| integer || Specify how many old ReplicaSets for this Deployment you want to retain. [revisionHistoryLimit](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#revision-history-limit)|
208
210
|`master.livenessProbe`| dict | {"grpc":{"port":8082},"initialDelaySeconds":10} | NFD master pod [liveness probe](https://kubernetes.io/docs/concepts/configuration/liveness-readiness-startup-probes/#liveness-probe)|
|`worker.extraArgs`| array |[]| Additional [command line arguments](../reference/worker-commandline-reference.md) to pass to nfd-worker |
237
+
|`worker.extraEnvs`| array |[]| Additional environment variables to pass to nfd-worker |
234
238
|`worker.revisionHistoryLimit`| integer || Specify how many old ControllerRevisions for this DaemonSet you want to retain. [revisionHistoryLimit](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/daemon-set-v1/ #DaemonSetSpec) |
235
239
|`worker.livenessProbe`| dict | {"grpc":{"port":8082},"initialDelaySeconds":10} | NFD worker pod [liveness probe](https://kubernetes.io/docs/concepts/configuration/liveness-readiness-startup-probes/#liveness-probe)|
|`topologyUpdater.enable`| bool | false | Specifies whether the NFD Topology Updater should be created |
248
+
|`topologyUpdater.hostNetwork`| bool | false | Specifies whether to enable or disable running the container in the host's network namespace |
244
249
|`topologyUpdater.createCRDs`| bool | false | Specifies whether the NFD Topology Updater CRDs should be created |
245
250
|`topologyUpdater.serviceAccount.create`| bool | true | Specifies whether the service account for topology updater should be created |
246
251
|`topologyUpdater.serviceAccount.annotations`| dict | {} | Annotations to add to the service account for topology updater |
@@ -264,6 +269,7 @@ API's you need to install the prometheus operator in your cluster.
264
269
|`topologyUpdater.podSetFingerprint`| bool | true | Enables compute and report of pod fingerprint in NRT objects. |
265
270
|`topologyUpdater.kubeletStateDir`| string | /var/lib/kubelet | Specifies kubelet state directory path for watching state and checkpoint files. Empty value disables kubelet state tracking. |
266
271
|`topologyUpdater.extraArgs`| array |[]| Additional [command line arguments](../reference/topology-updater-commandline-reference.md) to pass to nfd-topology-updater |
272
+
|`topologyUpdater.extraEnvs`| array |[]| Additional environment variables to pass to nfd-topology-updater |
267
273
|`topologyUpdater.revisionHistoryLimit`| integer || Specify how many old ControllerRevisions for this DaemonSet you want to retain. [revisionHistoryLimit](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/daemon-set-v1/#DaemonSetSpec)|
268
274
|`topologyUpdater.livenessProbe`| dict | {"grpc":{"port":8082},"initialDelaySeconds":10} | Topology updater pod [liveness probe](https://kubernetes.io/docs/concepts/configuration/liveness-readiness-startup-probes/#liveness-probe)|
|`gc.enable`| bool | true | Specifies whether the NFD Garbage Collector should be created |
283
+
|`gc.hostNetwork`| bool | false | Specifies whether to enable or disable running the container in the host's network namespace |
277
284
|`gc.serviceAccount.create`| bool | true | Specifies whether the service account for garbage collector should be created |
278
285
|`gc.serviceAccount.annotations`| dict | {} | Annotations to add to the service account for garbage collector |
279
286
|`gc.serviceAccount.name`| string || The name of the service account for garbage collector to use. If not set and create is true, a name is generated using the fullname template and `-gc` suffix |
@@ -289,6 +296,7 @@ API's you need to install the prometheus operator in your cluster.
|`gc.affinity`| dict | {} | Garbage collector pod [affinity](https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes-using-node-affinity/)|
291
298
|`gc.extraArgs`| array |[]| Additional [command line arguments](../reference/gc-commandline-reference.md) to pass to nfd-gc |
299
+
|`gc.extraEnvs`| array |[]| Additional environment variables to pass to nfd-gc |
292
300
|`gc.revisionHistoryLimit`| integer || Specify how many old ReplicaSets for this Deployment you want to retain. [revisionHistoryLimit](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#revision-history-limit)|
0 commit comments