Skip to content

Commit ff93b0b

Browse files
committed
Include supported k8s versions in prerequisites
1 parent 316c35c commit ff93b0b

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)

docs/en/docs/prerequisites.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
---
22
hide:
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`
6165
if 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

0 commit comments

Comments
 (0)