Skip to content

Commit

Permalink
updates userdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
TiberiuGC committed Jul 26, 2024
1 parent 572fca1 commit b65f422
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions userdocs/src/usage/gpu-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,16 @@ use `--install-nvidia-plugin=false` with the create command. For example:

```
eksctl create cluster --node-type=p2.xlarge --install-nvidia-plugin=false
```
and, for versions 0.15.0 and above,

```
kubectl create -f https://raw.githubusercontent.com/NVIDIA/k8s-device-plugin/<VERSION>/deployments/static/nvidia-device-plugin.yml
```

or, for older versions,

```
kubectl create -f https://raw.githubusercontent.com/NVIDIA/k8s-device-plugin/<VERSION>/nvidia-device-plugin.yml
```

Expand Down

0 comments on commit b65f422

Please sign in to comment.