Kyle Tarplee

Results 45 comments of Kyle Tarplee

Just FYI, I just became aware of a [similar](https://github.com/Deepomatic/shared-gpu-nvidia-k8s-device-plugin) approach to sharing GPUs (independently developed from my implementation).

@M-A-N-I-S-H-K At [ACT3](https://www.act3-ace.com) we have a private fork of this project that adds GPU sharing. We just updated it to also support MIG (by pulling in the upstream changes from...

Recently I also became aware of another possible way to share GPUs by literally replicating the devices with symlinks in the /dev directory. [Here](https://gist.github.com/danisla/77afbb88f215d116f1905f723d3d879d) is the link. I have not...

I just submitted a pull request #239 to add GPU sharing. We have been using this approach without issues for 9+ months at my organization. We have some nodes share...

I just submitted the gitlab [MR](https://gitlab.com/nvidia/kubernetes/device-plugin/-/merge_requests/86) for this feature.

@rjanovski a few weeks ago we realized that we could do exactly what you described. Essentially the kubernetes sidecar adapter pattern. We do plan on implementing this approach shortly. The...

@eyalhir74 [This](https://gitlab.com/nvidia/kubernetes/device-plugin/-/merge_requests/86) does exactly what you said. It will let kubernetes assign a GPU to two pods. It will actually try to schedule pods on different gpus if possible. If...

I want to add that the OpenAPI schema also is really handy for users. I tend to use `kubectl explain` for CRD to understand what fields are available and what...

I just added KO support to one of my apps and the only annoying part was that I had to change source code to support static assets in a way...

I understand @mattfarina point about the perceived larger attack surface if helm were to auto-add repos, but the more serious attack was mentioned by @mikebryant in passing and I think...