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
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -330,7 +330,7 @@ API's you need to install the prometheus operator in your cluster.
330
330
|`gc.podDisruptionBudget.minAvailable`| integer | 1 | Specifies minAvailable for the podDisruptionBudget configuration for nfd-gc |
331
331
|`gc.podDisruptionBudget.maxUnavailable`| integer | NULL | Specifies maxUnavailable for the podDisruptionBudget configuration for nfd-gc |
332
332
|`gc.podDisruptionBudget.unhealthyPodEvictionPolicy`| string | AlwaysAllow | Specifies unhealthyPodEvictionPolicy for the podDisruptionBudget configuration for nfd-gc |
333
-
|`gc.port`| integer | 8080 | Port on which to serve http for metrics and health endpoints. |
333
+
|`gc.port`| integer | 8080 | Port on which to serve http for metrics and health endpoints. |
334
334
|`gc.nodeSelector`| dict | {} | Garbage collector pod [node selector][nodeselector]|
335
335
|`gc.tolerations`| dict | {} | Garbage collector pod [node tolerations][toleration]|
336
336
|`gc.annotations`| dict | {} | Garbage collector pod [annotations][annotations]|
@@ -339,15 +339,15 @@ API's you need to install the prometheus operator in your cluster.
339
339
|`gc.extraArgs`| array |[]| Additional [command line arguments](../reference/gc-commandline-reference.md) to pass to nfd-gc |
340
340
|`gc.extraEnvs`| array |[]| Additional environment variables to pass to nfd-gc |
341
341
|`gc.revisionHistoryLimit`| integer || Specify how many old ReplicaSets for this Deployment you want to retain. [revisionHistoryLimit][revisionhistorylimit]|
342
-
|`gc.livenessProbe.initialDelaySeconds`| integer | 10 | Specifies the number of seconds after the container has started before liveness probes are initiated.|
343
-
|`gc.livenessProbe.failureThreshold`| integer | 3 (by Kubernetes) | Specifies the number of consecutive failures of liveness probes before considering the pod as not ready.|
344
-
|`gc.livenessProbe.periodSeconds`| integer | 10 (by Kubernetes) | Specifies how often (in seconds) to perform the liveness probe.|
345
-
|`gc.livenessProbe.timeoutSeconds`| integer | 1 (by Kubernetes) | Specifies the number of seconds after which the probe times out.|
346
-
|`gc.readinessProbe.initialDelaySeconds`| integer | 5 | Specifies the number of seconds after the container has started before readiness probes are initiated.|
347
-
|`gc.readinessProbe.failureThreshold`| integer | 3 (by Kubernetes)| Specifies the number of consecutive failures of readiness probes before considering the pod as not ready.|
348
-
|`gc.readinessProbe.periodSeconds`| integer | 10 (by Kubernetes) | Specifies how often (in seconds) to perform the readiness probe.|
349
-
|`gc.readinessProbe.timeoutSeconds`| integer | 1 (by Kubernetes) | Specifies the number of seconds after which the probe times out.|
350
-
|`gc.readinessProbe.successThreshold`| integer | 1 (by Kubernetes) | Specifies the number of consecutive successes of readiness probes before considering the pod as ready.|
342
+
|`gc.livenessProbe.initialDelaySeconds`| integer | 10 | Specifies the number of seconds after the container has started before liveness probes are initiated. |
343
+
|`gc.livenessProbe.failureThreshold`| integer | 3 (by Kubernetes) | Specifies the number of consecutive failures of liveness probes before considering the pod as not ready. |
344
+
|`gc.livenessProbe.periodSeconds`| integer | 10 (by Kubernetes) | Specifies how often (in seconds) to perform the liveness probe. |
345
+
|`gc.livenessProbe.timeoutSeconds`| integer | 1 (by Kubernetes) | Specifies the number of seconds after which the probe times out. |
346
+
|`gc.readinessProbe.initialDelaySeconds`| integer | 5 | Specifies the number of seconds after the container has started before readiness probes are initiated. |
347
+
|`gc.readinessProbe.failureThreshold`| integer | 3 (by Kubernetes)| Specifies the number of consecutive failures of readiness probes before considering the pod as not ready. |
348
+
|`gc.readinessProbe.periodSeconds`| integer | 10 (by Kubernetes) | Specifies how often (in seconds) to perform the readiness probe. |
349
+
|`gc.readinessProbe.timeoutSeconds`| integer | 1 (by Kubernetes) | Specifies the number of seconds after which the probe times out. |
350
+
|`gc.readinessProbe.successThreshold`| integer | 1 (by Kubernetes) | Specifies the number of consecutive successes of readiness probes before considering the pod as ready. |
351
351
|`gc.dnsPolicy`| array | ClusterFirstWithHostNet | Garbage collector pod [dnsPolicy][dnspolicy]|
0 commit comments