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
| nameOverride | string |`""`| Override the name of the chart |
174
174
| fullnameOverride | string |`""`| Override a default fully qualified app name |
175
175
| namespaceOverride | string |`""`| Override the namespace to install the chart into. By default, the namespace is determined by Helm. |
176
-
| featureGates | object |`{}`|[Feature gates](https://kubernetes-sigs.github.io/node-feature-discovery/master/reference/feature-gates) to enable/disable specific features. |
176
+
| featureGates | object |`{}`|[Feature gates](https://kubernetes-sigs.github.io/node-feature-discovery/v0.19/reference/feature-gates) to enable/disable specific features. |
177
177
| checksumValuesOnly | bool |`false`| Only checksum config values (not the full rendered ConfigMap template) for the rollout annotation. When enabled, pods will only restart when config values actually change, not on unrelated template changes. |
178
178
| priorityClassName | string |`""`| The name of the PriorityClass to be used for the NFD pods. |
| master.enable | bool |`true`| Specifies whether nfd-master should be deployed |
192
-
| master.extraArgs | list |`[]`| Additional [command line arguments](https://kubernetes-sigs.github.io/node-feature-discovery/master/reference/master-commandline-reference) to pass to nfd-master. |
192
+
| master.extraArgs | list |`[]`| Additional [command line arguments](https://kubernetes-sigs.github.io/node-feature-discovery/v0.19/reference/master-commandline-reference) to pass to nfd-master. |
193
193
| master.extraEnvs | list |`[]`| Additional environment variables to set in the nfd-master container. |
194
194
| master.hostNetwork | bool |`false`| Run the container in the host's network namespace. |
195
195
| master.hostUsers | bool |`nil`| Run the container with host user ids. NOTE: if hostNetwork is true, hostUsers should be true. |
196
196
| master.dnsPolicy | string |`"ClusterFirstWithHostNet"`| NFD master pod [dnsPolicy](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy). |
| master.port | int |`8080`| Port on which to serve http for metrics and healthz endpoints. |
199
199
| master.instance | string |`nil`| Instance name. Used to separate annotation namespaces for multiple parallel deployments. |
200
200
| master.resyncPeriod | int |`nil`| NFD API controller resync period. Time duration string (e.g. "5m", "1h", "2h45m"). |
@@ -248,12 +248,12 @@ NFD.
248
248
|-----|------|---------|-------------|
249
249
| worker.enable | bool |`true`| Specifies whether nfd-worker should be deployed |
250
250
| worker.ownerRefs | list |`["pod","ds"]`| Objects used as owner references for NodeFeature objects. Valid values are `node`, `pod`, and `ds`. This value is passed through `-owner-refs` and takes precedence over `worker.config.core.ownerRefs`. |
251
-
| worker.extraArgs | list |`[]`| Additional [command line arguments](https://kubernetes-sigs.github.io/node-feature-discovery/master/reference/worker-commandline-reference) to pass to nfd-worker. |
251
+
| worker.extraArgs | list |`[]`| Additional [command line arguments](https://kubernetes-sigs.github.io/node-feature-discovery/v0.19/reference/worker-commandline-reference) to pass to nfd-worker. |
252
252
| worker.extraEnvs | list |`[]`| Additional environment variables to set in the nfd-worker container. |
253
253
| worker.hostNetwork | bool |`false`| Run the container in the host's network namespace. |
254
254
| worker.hostUsers | bool |`nil`| Run the container with host user ids. NOTE: if hostNetwork is true, hostUsers should be true. |
255
255
| worker.dnsPolicy | string |`"ClusterFirstWithHostNet"`| NFD worker pod [dnsPolicy](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-dns-policy). |
| worker.port | int |`8080`| Port on which to serve http for metrics and healthz endpoints. |
258
258
| worker.daemonsetAnnotations | object |`{}`|[Annotations](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations) to add to the nfd-worker DaemonSet. |
259
259
| worker.podSecurityContext | object |`{}`|[Pod SecurityContext](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod) of the nfd-worker pods. |
@@ -293,10 +293,10 @@ NFD.
293
293
294
294
| Key | Type | Default | Description |
295
295
|-----|------|---------|-------------|
296
-
| topologyUpdater.config | string |`nil`| Configuration for the topology updater. See the [configuration reference](https://kubernetes-sigs.github.io/node-feature-discovery/master/reference/topology-updater-configuration-reference) for details. |
296
+
| topologyUpdater.config | string |`nil`| Configuration for the topology updater. See the [configuration reference](https://kubernetes-sigs.github.io/node-feature-discovery/v0.19/reference/topology-updater-configuration-reference) for details. |
297
297
| topologyUpdater.enable | bool |`false`| Specifies whether nfd-topology-updater should be deployed. |
298
298
| topologyUpdater.createCRDs | bool |`false`| Create the NodeResourceTopology CRD. This MUST be set to true when 'enable' is true, unless the CRD is installed separately (e.g., by another Helm release or external tool). If the CRD is missing, the topology-updater pods will fail with "NodeResourceTopology CRD is not installed" error. |
299
-
| topologyUpdater.extraArgs | list |`[]`| Additional [command line arguments](https://kubernetes-sigs.github.io/node-feature-discovery/master/reference/topology-updater-commandline-reference) to pass to nfd-topology-updater. |
299
+
| topologyUpdater.extraArgs | list |`[]`| Additional [command line arguments](https://kubernetes-sigs.github.io/node-feature-discovery/v0.19/reference/topology-updater-commandline-reference) to pass to nfd-topology-updater. |
300
300
| topologyUpdater.extraEnvs | list |`[]`| Additional environment variables to set in the nfd-topology-updater container. |
301
301
| topologyUpdater.hostNetwork | bool |`false`| Run the container in the host's network namespace. |
302
302
| topologyUpdater.hostUsers | bool |`nil`| Run the container with host user ids. NOTE: if hostNetwork is true, hostUsers should be true. |
@@ -344,7 +344,7 @@ NFD.
344
344
| Key | Type | Default | Description |
345
345
|-----|------|---------|-------------|
346
346
| gc.enable | bool |`true`| Specifies whether nfd-gc should be deployed. |
347
-
| gc.extraArgs | list |`[]`| Additional [command line arguments](https://kubernetes-sigs.github.io/node-feature-discovery/master/reference/gc-commandline-reference) to pass to nfd-gc. |
347
+
| gc.extraArgs | list |`[]`| Additional [command line arguments](https://kubernetes-sigs.github.io/node-feature-discovery/v0.19/reference/gc-commandline-reference) to pass to nfd-gc. |
348
348
| gc.extraEnvs | list |`[]`| Additional environment variables to set in the nfd-gc container. |
349
349
| gc.hostNetwork | bool |`false`| Run the container in the host's network namespace. |
350
350
| gc.hostUsers | bool |`nil`| Run the container with host user ids. NOTE: if hostNetwork is true, hostUsers should be true. |
0 commit comments