Skip to content

Commit

Permalink
update release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dholt committed Aug 7, 2023
1 parent 4ac96a4 commit 5d98c78
Showing 1 changed file with 3 additions and 23 deletions.
26 changes: 3 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,27 +29,7 @@ The DeepOps project encapsulates best practices in the deployment of GPU server
- An existing cluster that needs a resource manager / batch scheduler, where DeepOps is used to install Slurm or Kubernetes
- A single machine where no scheduler is desired, only NVIDIA drivers, Docker, and the NVIDIA Container Runtime

## Releases Notes

Latest release: [DeepOps 22.08 Release](https://github.com/NVIDIA/deepops/releases/tag/22.08)

- Kubernetes Default Components:

- [kubernetes](https://github.com/kubernetes/kubernetes) v1.22.8
- [etcd](https://github.com/coreos/etcd) v3.5.0
- [docker](https://www.docker.com/) v20.10
- [containerd](https://containerd.io/) v1.5.8
- [cri-o](http://cri-o.io/) v1.22
- [calico](https://github.com/projectcalico/calico) v3.20.3
- [dashboard](https://github.com/kubernetes/dashboard/tree/master) v2.0.3
- [dashboard metrics scraper](https://github.com/kubernetes-sigs/dashboard-metrics-scraper/tree/master) v1.0.4
- [nvidia gpu operator](https://github.com/NVIDIA/gpu-operator/tree/master) 1.10.0

- Slurm Default Components:

- [slurm](https://github.com/SchedMD/slurm/tree/master) 21.08.8-2
- [Singularity](https://github.com/apptainer/singularity/tree/master) 3.7.3
- [docker](https://www.docker.com/) v20.10
Latest release: [DeepOps 23.08 Release](https://github.com/NVIDIA/deepops/releases/tag/23.08)

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.

Expand All @@ -60,15 +40,15 @@ It is recommended to use the latest release branch for stable code (linked above
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:

- NVIDIA DGX OS 4, 5
- Ubuntu 18.04 LTS, 20.04 LTS
- Ubuntu 18.04 LTS, 20.04, 22.04 LTS
- CentOS 7, 8

### Cluster System

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.

- NVIDIA DGX OS 4, 5
- Ubuntu 18.04 LTS, 20.04 LTS
- Ubuntu 18.04 LTS, 20.04, 22.04 LTS
- CentOS 7, 8

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).
Expand Down

0 comments on commit 5d98c78

Please sign in to comment.