Skip to content

Commit d248b65

Browse files
Merge pull request #1296 from dholt/release-23.08
Release 23.08
2 parents 4ac96a4 + 22ef6c0 commit d248b65

File tree

1 file changed

+3
-24
lines changed

1 file changed

+3
-24
lines changed

README.md

+3-24
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Infrastructure automation tools for Kubernetes and Slurm clusters with NVIDIA GP
77
- [DeepOps](#deepops)
88
- [Table of Contents](#table-of-contents)
99
- [Overview](#overview)
10-
- [Releases Notes](#releases-notes)
1110
- [Deployment Requirements](#deployment-requirements)
1211
- [Provisioning System](#provisioning-system)
1312
- [Cluster System](#cluster-system)
@@ -29,27 +28,7 @@ The DeepOps project encapsulates best practices in the deployment of GPU server
2928
- An existing cluster that needs a resource manager / batch scheduler, where DeepOps is used to install Slurm or Kubernetes
3029
- A single machine where no scheduler is desired, only NVIDIA drivers, Docker, and the NVIDIA Container Runtime
3130

32-
## Releases Notes
33-
34-
Latest release: [DeepOps 22.08 Release](https://github.com/NVIDIA/deepops/releases/tag/22.08)
35-
36-
- Kubernetes Default Components:
37-
38-
- [kubernetes](https://github.com/kubernetes/kubernetes) v1.22.8
39-
- [etcd](https://github.com/coreos/etcd) v3.5.0
40-
- [docker](https://www.docker.com/) v20.10
41-
- [containerd](https://containerd.io/) v1.5.8
42-
- [cri-o](http://cri-o.io/) v1.22
43-
- [calico](https://github.com/projectcalico/calico) v3.20.3
44-
- [dashboard](https://github.com/kubernetes/dashboard/tree/master) v2.0.3
45-
- [dashboard metrics scraper](https://github.com/kubernetes-sigs/dashboard-metrics-scraper/tree/master) v1.0.4
46-
- [nvidia gpu operator](https://github.com/NVIDIA/gpu-operator/tree/master) 1.10.0
47-
48-
- Slurm Default Components:
49-
50-
- [slurm](https://github.com/SchedMD/slurm/tree/master) 21.08.8-2
51-
- [Singularity](https://github.com/apptainer/singularity/tree/master) 3.7.3
52-
- [docker](https://www.docker.com/) v20.10
31+
Latest release: [DeepOps 23.08 Release](https://github.com/NVIDIA/deepops/releases/tag/23.08)
5332

5433
It is recommended to use the latest release branch for stable code (linked above). All development takes place on the master branch, which is generally [functional](docs/deepops/testing.md) but may change significantly between releases.
5534

@@ -60,15 +39,15 @@ It is recommended to use the latest release branch for stable code (linked above
6039
The provisioning system is used to orchestrate the running of all playbooks and one will be needed when instantiating Kubernetes or Slurm clusters. Supported operating systems which are tested and supported include:
6140

6241
- NVIDIA DGX OS 4, 5
63-
- Ubuntu 18.04 LTS, 20.04 LTS
42+
- Ubuntu 18.04 LTS, 20.04, 22.04 LTS
6443
- CentOS 7, 8
6544

6645
### Cluster System
6746

6847
The cluster nodes will follow the requirements described by Slurm or Kubernetes. You may also use a cluster node as a provisioning system but it is not required.
6948

7049
- NVIDIA DGX OS 4, 5
71-
- Ubuntu 18.04 LTS, 20.04 LTS
50+
- Ubuntu 18.04 LTS, 20.04, 22.04 LTS
7251
- CentOS 7, 8
7352

7453
You may also install a supported operating system on all servers via a 3rd-party solution (i.e. [MAAS](https://maas.io/), [Foreman](https://www.theforeman.org/)) or utilize the provided [OS install container](docs/pxe/minimal-pxe-container.md).

0 commit comments

Comments
 (0)