Skip to content

Commit fb4e362

Browse files
authored
Merge pull request #154 from klueska/updates-for-1.31
Update to work with Kubernetes 1.31
2 parents 77d3dd2 + c4e2eb8 commit fb4e362

File tree

2,398 files changed

+131824
-106441
lines changed

Some content is hidden

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

2,398 files changed

+131824
-106441
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
.cache/
22
.bash_history
3-
/set-nas-status
4-
/nvidia-dra-controller
53
/nvidia-dra-plugin
64
.idea
75
[._]*.sw[a-p]

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Here's a demo showing how to install and configure DRA, and run a pod in a `kind
6363
Below are the detailed, step-by-step instructions.
6464

6565
First, create a `kind` cluster to run the demo:
66-
```console
66+
```bash
6767
./demo/clusters/kind/create-cluster.sh
6868
```
6969

@@ -91,13 +91,10 @@ nvidia-dra-driver nvidia-dra-plugin-lt7qh 1/1 Running
9191

9292
### Run the examples by following the steps in the demo script
9393
Finally, you can run the various examples contained in the `demo/specs/quickstart` folder.
94-
The `README` in that directory shows the full script of the demo you can walk through.
95-
96-
```console
97-
cat demo/specs/quickstart/README.md
98-
```
94+
With the most recent updates for Kubernetes v1.31, only the first 3 examples in
95+
this folder are currently functional.
9996

100-
Deploy the example pods in the demo directory:
97+
You can run them as follows:
10198
```console
10299
kubectl apply --filename=demo/specs/quickstart/gpu-test{1,2,3}.yaml
103100
```

api/nvidia.com/resource/gpu/nas/v1alpha1/api.go

Lines changed: 0 additions & 50 deletions
This file was deleted.

api/nvidia.com/resource/gpu/nas/v1alpha1/client/client.go

Lines changed: 0 additions & 118 deletions
This file was deleted.

api/nvidia.com/resource/gpu/nas/v1alpha1/doc.go

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)