intel / helm-charts

Apache License 2.0
12 stars 15 forks source link

update gpu resource driver to v0.5.1, add gaudi resource driver v0.1.1 #57

Closed oxxenix closed 1 month ago

oxxenix commented 1 month ago

@byako, @eero-t, PTAL

eero-t commented 1 month ago

Could Helm chart have dependency on NFD, and use NFD provided labels to limit kubelet plugins to be deployed only on nodes that actually have the corresponding HW, similarly to how Kubernetes device plugins do?

PS. please do any changes as additional commits instead of rebases, to make reviewing the changes easier.

oxxenix commented 1 month ago

Could Helm chart have dependency on NFD, and use NFD provided labels to limit kubelet plugins to be deployed only on nodes that actually have the corresponding HW, similarly to how Kubernetes device plugins do?

PS. please do any changes as additional commits instead of rebases, to make reviewing the changes easier.

I can add this feature with a separate PR