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
|`worker.args`| array |[]| Additional [command line arguments](../reference/worker-commandline-reference.md) to pass to nfd-worker |
171
+
|`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)|
171
172
172
173
### Topology updater parameters
173
174
@@ -198,6 +199,7 @@ API's you need to install the prometheus operator in your cluster.
198
199
|`topologyUpdater.podSetFingerprint`| bool | true | Enables compute and report of pod fingerprint in NRT objects. |
199
200
|`topologyUpdater.kubeletStateDir`| string | /var/lib/kubelet | Specifies kubelet state directory path for watching state and checkpoint files. Empty value disables kubelet state tracking. |
200
201
|`topologyUpdater.args`| array |[]| Additional [command line arguments](../reference/topology-updater-commandline-reference.md) to pass to nfd-topology-updater |
202
+
|`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)|
0 commit comments