Skip to content

Commit 3d9ce1c

Browse files
committed
Rename and copy cmds / helm charts to split GPU and IMEX drivers
For now they are 100% clones of each other, but subsequent commits will fine tune them to either the GPU driver or the IMEX driver. Signed-off-by: Kevin Klues <[email protected]>
1 parent 228b913 commit 3d9ce1c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+4078
-21
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,8 @@ This should show two pods running in the `nvidia` namespace:
8484
kubectl get pods -n nvidia
8585
```
8686
```
87-
NAME READY STATUS RESTARTS AGE
88-
nvidia-dra-driver-k8s-dra-driver-controller-844fcb94b-ktbkc 1/1 Running 0 69s
89-
nvidia-dra-driver-k8s-dra-driver-kubelet-plugin-5vfp9 1/1 Running 0 69s
87+
NAME READY STATUS RESTARTS AGE
88+
nvidia-dra-driver-k8s-dra-driver-gpu-kubelet-plugin-5vfp9 1/1 Running 0 69s
9089
```
9190

9291
### Run the examples by following the steps in the demo script
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

cmd/nvidia-dra-plugin/main.go renamed to cmd/nvidia-dra-gpu-plugin/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ func newApp() *cli.App {
125125
cliFlags = append(cliFlags, flags.loggingConfig.Flags()...)
126126

127127
app := &cli.App{
128-
Name: "nvidia-dra-plugin",
129-
Usage: "nvidia-dra-plugin implements a DRA driver plugin for NVIDIA GPUs.",
128+
Name: "nvidia-dra-gpu-plugin",
129+
Usage: "nvidia-dra-gpu-plugin implements a DRA driver plugin for NVIDIA GPUs.",
130130
ArgsUsage: " ",
131131
HideHelpCommand: true,
132132
Flags: cliFlags,
File renamed without changes.

0 commit comments

Comments
 (0)