kubernetes-sigs / node-feature-discovery

Node feature discovery for Kubernetes
Apache License 2.0
775 stars 240 forks source link

Helm support for topology-updater #616

Closed marquiz closed 2 years ago

marquiz commented 3 years ago

What would you like to be added:

Make it possible to deploy topology-updater with Helm. Should be conditional so that only deploy it if explicitly enabled (Values.topologyupdater.enable or smth)

Part of #333

Why is this needed:

We want to keep kustomize and Helm deployments "in-sync". We need to have topology-updater supported in Helm deployments before cutting the next release.

zwpaper commented 3 years ago

I will try to work on this