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 |
181
+
|`master.hostNetwork`| bool | false | Specifies whether to enable or disable running the container in the host's network namespace |
181
182
|`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 |
182
183
|`master.metricsPort`| integer | 8081 | Port on which to expose metrics from components to prometheus operator |
183
184
|`master.healthPort`| integer | 8082 | Port on which to expose the grpc health endpoint |
@@ -205,6 +206,7 @@ API's you need to install the prometheus operator in your cluster.
|`master.extraEnvs`| array |[]| Additional environment variables to pass to nfd-master |
208
210
|`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)|
209
211
|`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.extraEnvs`| array |[]| Additional environment variables to pass to nfd-worker |
235
239
|`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)|
236
240
|`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.podSetFingerprint`| bool | true | Enables compute and report of pod fingerprint in NRT objects. |
267
272
|`topologyUpdater.kubeletStateDir`| string | /var/lib/kubelet | Specifies kubelet state directory path for watching state and checkpoint files. Empty value disables kubelet state tracking. |
273
+
|`topologyUpdater.extraEnvs`| array |[]| Additional environment variables to pass to nfd-topology-updater |
268
274
|`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)|
269
275
|`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 |
284
+
|`gc.hostNetwork`| bool | false | Specifies whether to enable or disable running the container in the host's network namespace |
278
285
|`gc.serviceAccount.create`| bool | true | Specifies whether the service account for garbage collector should be created |
279
286
|`gc.serviceAccount.annotations`| dict | {} | Annotations to add to the service account for garbage collector |
280
287
|`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.
289
296
|`gc.annotations`| dict | {} | Garbage collector pod [annotations](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/)|
|`gc.affinity`| dict | {} | Garbage collector pod [affinity](https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes-using-node-affinity/)|
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