Gokhun
Gokhun
Thanks everyone for the inputs. I was able to add custom fonts to my ingress controller using nginx conf. ``` apiVersion: extensions/v1beta1 kind: Ingress metadata: annotations: kubernetes.io/ingress.class: nginx nginx.ingress.kubernetes.io/rewrite-target: /$1...
I don't know where did you get them but some of the icons are originally from here : http://spg76.deviantart.com/art/elementary-extras-Icons-215459969
@elmat0 its awesome !
Any change on this one?
Fair enough. I am a long time user of rectangle on macos and I always forget some of the bindings (mostly cmd shift and ctrl) because of context switching between...
`pluginapi.AllocateRequest` does not container information about current pod/container so I think it is not trivial to add `CUDA_MPS_PINNED_DEVICE_MEM_LIMIT` env variable to this plugin. Limitations: - Custom resources can be integers...
> Thank you for providing an answer to my question. > > If the cuda version of each pod is 11.5 or higher, your repository can limit the memory without...
You can use this project for now: https://github.com/awslabs/aws-virtual-gpu-device-plugin I added support for per client memory restrictions in my fork's README. Only works for CUDA >= 11.5 https://github.com/ghokun/aws-virtual-gpu-device-plugin
You can use this project for now: https://github.com/awslabs/aws-virtual-gpu-device-plugin I added support for per client memory restrictions in my fork's README. Only works for CUDA >= 11.5 https://github.com/kuartis/kuartis-virtual-gpu-device-plugin
Should we also add `verifyNoMoreInteractions`?