Skip to content

Commit

Permalink
Add a demo svg file showing the baisc DRA use
Browse files Browse the repository at this point in the history
Update demo

Adjust demo svg format

Update svg format

Update the description of demo.

update

Signed-off-by: Yuan Chen <[email protected]>
Signed-off-by: Yuan Chen <[email protected]>

Update tje demo svg description

Signed-off-by: Yuan Chen <[email protected]>
  • Loading branch information
yuanchen8911 committed May 6, 2024
1 parent d6d0eb8 commit 25d2d7a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ A document and demo of the DRA support for GPUs provided by this repo can be fou

This section describes using `kind` to demo the functionality of the NVIDIA GPU DRA Driver.

Here's a demo showing how to install and configure DRA, and run a pod in a `kind` cluster on a Linux workstation.

<p align="center">
<img width="800" src="./demo/specs/quickstart/basic-demo.svg">
</p>

Below are the detailed, step-by-step instructions.

First since we'll launch kind with GPU support, ensure that the following prerequisites are met:
1. `kind` is installed. See the official documentation [here](https://kind.sigs.k8s.io/docs/user/quick-start/#installation).
1. Ensure that the NVIDIA Container Toolkit is installed on your system. This
Expand Down Expand Up @@ -136,6 +144,14 @@ Running
```
will remove the cluster created in the preceding steps.

### An example demo

Here's a demo showing the steps above on how to use DRA to run a pod on a Linux machine.

<p align="center">
<img width="800" src="./demo/specs/quickstart/basic-demo.svg">
</p>

<!--
TODO: This README should be extended with additional content including:
Expand Down
1 change: 1 addition & 0 deletions demo/specs/quickstart/basic-demo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 25d2d7a

Please sign in to comment.