Zhongzhe Xiong

Results 3 issues of Zhongzhe Xiong

As the title says, there is a great possibility that the application-specific `Operator` would leverage `PVC`'s `Annotation` for storing custom data. The custom data will tell storage provisioner how CSI...

lifecycle/frozen

web5: go run web.go -a :$PORT It will cause client hang while stop web5,because of "http://stackoverflow.com/questions/24982845/process-kill-on-child-processes" We need compile web.go to solve this problem,like below web5: go run ./web -a...

看 Kubelet 调用 allocate 的[实现](https://github.com/kubernetes/kubernetes/blob/e31f1ba53ead6deb992453aa7ae95a408c9238d6/pkg/kubelet/cm/devicemanager/manager.go#L805) ``` resp, err := eI.e.allocate(devs) .... m.podDevices.insert(podUID, contName, resource, allocDevices, resp.ContainerResponses[0]) ``` `deviceplug.allocate` 会 * 会列出该节点中所有状态为 Pending 并且ALIYUN_COM_GPU_MEM_ASSIGNED为false的 GPU Share Pod * 选择出其中 Pod Annotation...