File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed
Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ not using them.
3030
3131### Prerequisites
3232
33+ * Kubernetes v1.23 or newer
3334* [ GPU Support must be enabled] ( http://docs.nebuly.com/nos/prerequisites/#enable-gpu-support )
3435* [ Nebuly k8s-device-plugin] ( https://github.com/nebuly-ai/k8s-device-plugin ) (optional, required only if you want to enable MPS partitioning)
3536* [ cert-manager] ( https://cert-manager.io/docs/ ) (optional, but recommended)
Original file line number Diff line number Diff line change 11---
22hide :
3- - toc
3+
4+ - toc
5+
46---
57
68# Prerequisites
79
8- 1 . [ GPU Support must be enabled] ( #enable-gpu-support )
9- 2 . [ Nebuly's device plugin] ( #install-nebulys-device-plugin ) (required only if using MPS partitioning)
10- 3 . [ Cert Manager] ( https://github.com/cert-manager/cert-manager ) (optional, but recommended)
10+ 1 . Kubernetes version 1.23 or newer
11+ 2 . [ GPU Support must be enabled] ( #enable-gpu-support )
12+ 3 . [ Nebuly's device plugin] ( #install-nebulys-device-plugin ) (required only if using MPS partitioning)
13+ 4 . [ Cert Manager] ( https://github.com/cert-manager/cert-manager ) (optional, but recommended)
1114
1215## Enable GPU support
1316
@@ -57,13 +60,14 @@ following Kubernetes components:
5760- [ NVIDIA GPU Feature Discovery] ( https://github.com/NVIDIA/gpu-feature-discovery )
5861- [ NVIDIA Device Plugin] ( https://github.com/NVIDIA/k8s-device-plugin )
5962
60- Please note that the configuration parameter ` migStrategy ` must be set to ` mixed ` (you can do that with ` --set migStrategy=mixed `
63+ Please note that the configuration parameter ` migStrategy ` must be set to ` mixed ` (you can do that
64+ with ` --set migStrategy=mixed `
6165if you are using Helm).
62-
66+
6367## Install Nebuly's device plugin
6468
6569!!! info
66-
70+
6771 Nebuly's device plugin is required only if you want to use [dynamic MPS partitioning](#dynamic-gpu-partitioning/getting-started-mps.md).
6872 If you don't plan to use MPS partitioning, you can then skip this installation step.
6973
You can’t perform that action at this time.
0 commit comments