openshift / instaslice-operator

InstaSlice Operator facilitates slicing of accelerators using stable APIs
Apache License 2.0
15 stars 12 forks source link

Management of NVML init calls #225

Open asm582 opened 2 weeks ago

asm582 commented 2 weeks ago

There are three NVML init calls in the daemonset; there should only be one init call using setup, and the init should be destroyed when the manager is stopped. There are several ways to achieve this; one way is to have a separate manager file later registered with the controller call in the setup method.