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
+4
Original file line number
Diff line number
Diff line change
@@ -213,6 +213,7 @@ API's you need to install the prometheus operator in your cluster.
213
213
|`master.readinessProbe.periodSeconds`| integer | 10 (by Kubernetes) | Specifies how often (in seconds) to perform the readiness probe. |
214
214
|`master.readinessProbe.timeoutSeconds`| integer | 1 (by Kubernetes) | Specifies the number of seconds after which the probe times out. |
215
215
|`master.readinessProbe.successThreshold`| integer | 1 (by Kubernetes) | Specifies the number of consecutive successes of readiness probes before considering the pod as ready. |
216
+
|`master.dnsPolicy`| array | ClusterFirstWithHostNet | NFD master pod [dnsPolicy](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy)|
216
217
217
218
> `[0]` Additional info for `master.resources.requests`: \
218
219
> You may want to use the same value for `requests.memory` and `limits.memory`.
@@ -261,6 +262,7 @@ API's you need to install the prometheus operator in your cluster.
261
262
|`worker.readinessProbe.periodSeconds`| integer | 10 (by Kubernetes) | Specifies how often (in seconds) to perform the readiness probe. |
262
263
|`worker.readinessProbe.timeoutSeconds`| integer | 1 (by Kubernetes) | Specifies the number of seconds after which the probe times out. |
263
264
|`worker.readinessProbe.successThreshold`| integer | 1 (by Kubernetes) | Specifies the number of consecutive successes of readiness probes before considering the pod as ready. |
265
+
|`worker.dnsPolicy`| array | ClusterFirstWithHostNet | NFD worker pod [dnsPolicy](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy)|
264
266
265
267
### Topology updater parameters
266
268
@@ -304,6 +306,7 @@ API's you need to install the prometheus operator in your cluster.
304
306
|`topologyUpdater.readinessProbe.periodSeconds`| integer | 10 (by Kubernetes) | Specifies how often (in seconds) to perform the readiness probe. |
305
307
|`topologyUpdater.readinessProbe.timeoutSeconds`| integer | 1 (by Kubernetes) | Specifies the number of seconds after which the probe times out. |
306
308
|`topologyUpdater.readinessProbe.successThreshold`| integer | 1 (by Kubernetes) | Specifies the number of consecutive successes of readiness probes before considering the pod as ready. |
309
+
|`topologyUpdater.dnsPolicy`| array | ClusterFirstWithHostNet | Topology updater pod [dnsPolicy](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy)|
307
310
308
311
### Garbage collector parameters
309
312
@@ -329,6 +332,7 @@ API's you need to install the prometheus operator in your cluster.
329
332
|`gc.extraArgs`| array |[]| Additional [command line arguments](../reference/gc-commandline-reference.md) to pass to nfd-gc |
330
333
|`gc.extraEnvs`| array |[]| Additional environment variables to pass to nfd-gc |
331
334
|`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)|
335
+
|`gc.dnsPolicy`| array | ClusterFirstWithHostNet | Garbage collector pod [dnsPolicy](https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/#pod-s-dns-policy)|
0 commit comments