https://github.com/Project-HAMi/volcano-vgpu-device-plugin/blob/main/doc/config.md
文档中提到:
Node Configs
Note: volcano-vgpu-device-plugin allows for per-node configuration of the device plugin behavior, and all these settings are centrally managed within the volcano-vgpu-node-config ConfigMap. You can update them using the following methods:
kubectl edit configmap volcano-vgpu-node-config -n
After making changes, restart the volcano-vgpu-device-plugin and volcano-scheduler to apply the updated configurations.
重启volcano-vgpu-device-plugin可以理解?为什么在节点配置时需要重启volcano-scheduler呢?从volcano-scheduler代码中没有看到用volcano-vgpu-node-config配置的地方?
https://github.com/Project-HAMi/volcano-vgpu-device-plugin/blob/main/doc/config.md
文档中提到:
Node Configs
Note: volcano-vgpu-device-plugin allows for per-node configuration of the device plugin behavior, and all these settings are centrally managed within the volcano-vgpu-node-config ConfigMap. You can update them using the following methods:
kubectl edit configmap volcano-vgpu-node-config -n
After making changes, restart the volcano-vgpu-device-plugin and volcano-scheduler to apply the updated configurations.
重启volcano-vgpu-device-plugin可以理解?为什么在节点配置时需要重启volcano-scheduler呢?从volcano-scheduler代码中没有看到用volcano-vgpu-node-config配置的地方?