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.resources.requests`| dict | {cpu: 100m, memory: 128Mi} | NFD master pod [resources requests](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#requests-and-limits). See `[0]` for more info |
194
+
|`master.podDisruptionBudget.enable`| bool | false | Specifies whether to create a podDisruptionBudget configuration for nfd-master |
195
+
|`master.podDisruptionBudget.minAvailable`| integer | 1 | Specifies minAvailable for the podDisruptionBudget configuration for nfd-master |
196
+
|`master.podDisruptionBudget.maxUnavailable`| integer | NULL | Specifies maxUnavailable for the podDisruptionBudget configuration for nfd-master |
197
+
|`master.podDisruptionBudget.unhealthyPodEvictionPolicy`| string | AlwaysAllow | Specifies unhealthyPodEvictionPolicy for the podDisruptionBudget configuration for nfd-master |
194
198
|`master.tolerations`| dict |_Schedule to control-plane node_| NFD master pod [tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/)|
195
199
|`master.annotations`| dict | {} | NFD master pod [annotations](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/)|
196
200
|`master.affinity`| dict || NFD master pod required [node affinity](https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes-using-node-affinity/)|
@@ -321,6 +325,10 @@ API's you need to install the prometheus operator in your cluster.
321
325
|`gc.podSecurityContext`| dict | {} |[PodSecurityContext](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod) holds pod-level security attributes and common container settings |
|`gc.podDisruptionBudget.enable`| bool | false | Specifies whether to create a podDisruptionBudget configuration for nfd-gc |
329
+
|`gc.podDisruptionBudget.minAvailable`| integer | 1 | Specifies minAvailable for the podDisruptionBudget configuration for nfd-gc |
330
+
|`gc.podDisruptionBudget.maxUnavailable`| integer | NULL | Specifies maxUnavailable for the podDisruptionBudget configuration for nfd-gc |
331
+
|`gc.podDisruptionBudget.unhealthyPodEvictionPolicy`| string | AlwaysAllow | Specifies unhealthyPodEvictionPolicy for the podDisruptionBudget configuration for nfd-gc |
324
332
|`gc.metricsPort`| integer | 8081 | Port on which to serve Prometheus metrics. **DEPRECATED**: will be replaced by `gc.port` in NFD v0.18. |
325
333
|`gc.nodeSelector`| dict | {} | Garbage collector pod [node selector](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodeselector)|
326
334
|`gc.tolerations`| dict | {} | Garbage collector pod [node tolerations](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/)|
0 commit comments