Ilcyb
Results
1
issues of
Ilcyb
对于gpu-core分配策略的设计有不解之处 阅读scheduler和agent的代码后发现在agent中通过这段代码把pod获得的设备传入: ```go if len(devicesIDs) > 100 { for i := 0; i < len(devicesIDs)/100; i++ { devices = append(devices, &pluginapi.DeviceSpec{ ContainerPath: fmt.Sprintf("/host/dev/elastic-gpu-%s-%d", faker, i), HostPath: fmt.Sprintf("/dev/elastic-gpu-%s-%d", faker, i), Permissions:...