Project-HAMi / HAMi

Heterogeneous AI Computing Virtualization Middleware
http://project-hami.io/
Apache License 2.0
956 stars 197 forks source link

Add unified configMap and update charts #614

Closed archlitchi closed 6 days ago

archlitchi commented 6 days ago

/kind feature

  1. Add a configMap for scheduler and device-plugin, because we noticed that in current version, all configs are scattered in various command-line parameters, which is not a good design, we should add a unified configMap for HAMi, which can be accessed by HAMi-scheduler, hami-vgpu-device-plugin, hami-ascend-device-plugin, etc..

  2. Update charts, you don't need to set scheduler.kubeScheduler.imageTag manually, it will be done automatically by using .Capabilities.KubeVersion

archlitchi commented 6 days ago

/approve