1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-31 04:04:51 +00:00
This commit is contained in:
alekseysen 2025-03-28 05:11:56 -07:00 committed by GitHub
commit 5a46575487
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,4 @@
{{- if .Values.postDeleteCleanup }}
apiVersion: v1
kind: ServiceAccount
metadata:
@ -96,3 +97,5 @@ spec:
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end }}

View file

@ -15,6 +15,8 @@ featureGates:
priorityClassName: ""
postDeleteCleanup: true
master:
enable: true
extraArgs: []

View file

@ -164,6 +164,7 @@ Chart parameters are available.
| `prometheus.labels` | dict | {} | Specifies labels for use with the prometheus operator to control how it is selected |
| `prometheus.scrapeInterval` | string | 10s | Specifies the interval by which metrics are scraped |
| `priorityClassName` | string | | The name of the PriorityClass to be used for the NFD pods. |
| `postDeleteCleanup` | bool | true | Controls behavior of post-delete hook. |
Metrics are configured to be exposed using prometheus operator API's by
default. If you want to expose metrics using the prometheus operator