Go to file
Valeriano Manassero 46ecf0cd87 typo fix
2021-07-07 08:52:42 +02:00
.github bump up action version 2021-07-07 08:44:34 +02:00
charts/clearml helm-docs update 2021-07-07 08:27:32 +02:00
CONTRIBUTING.md typo fix 2021-07-07 08:52:42 +02:00
LICENSE docs 2021-07-07 08:19:08 +02:00
README.md docs 2021-07-07 08:19:08 +02:00

ClearML Helm Charts Library for Kubernetes

Helm charts provided by AllegroAI, ready to launch on Kubernetes using Kubernetes Helm.

Requirements

Setup a Kubernetes Cluster

For setting up Kubernetes on various platforms refer to the Kubernetes getting started guide.

Install Helm

Helm is a tool for managing Kubernetes charts. Charts are packages of pre-configured Kubernetes resources.

To install Helm, refer to the Helm install guide and ensure that the helm binary is in the PATH of your shell.

Usage

$ helm repo add allegroai https://allegroai.github.io/clearml-helm-charts
$ helm search repo allegroai
$ helm install my-release allegroai/<chart>