NVIDIA / k8s-dra-driver

Dynamic Resource Allocation (DRA) for NVIDIA GPUs in Kubernetes
Apache License 2.0
238 stars 43 forks source link

Add a svg demo file showing the DRA use: install, configure and use #108

Closed yuanchen8911 closed 5 months ago

yuanchen8911 commented 5 months ago

This PR adds a svg file to README showing a complete example with all the steps outlined in the README on how to install, configure and use DRA to run a pod on a Linux workstation, including all the commands and output.

Hopefully, It can assist users in comparing and identifying issues as they play around.

https://github.com/yuanchen8911/k8s-dra-driver/blob/demo-video/demo/specs/quickstart/basic-demo.svg

Not sure where to place the svg file. Maybe we should create a separate folder for it (and future demo videos if any).

yuanchen8911 commented 5 months ago

/cc @klueska @ArangoGutierrez

yuanchen8911 commented 5 months ago

/cc @klueska /cc @ArangoGutierrez

yuanchen8911 commented 5 months ago

@klueska I hope the current version has addressed all your comment. Can you take another look? Thanks!