mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-01-31 00:56:52 +00:00
Changed: updated Readme (#312)
Co-authored-by: fbrintazzoli <filippo.brintazzoli@clear.ml>
This commit is contained in:
parent
fbbbee5ef2
commit
873f222d68
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
name: clearml-agent
|
name: clearml-agent
|
||||||
description: MLOps platform Task running agent
|
description: MLOps platform Task running agent
|
||||||
type: application
|
type: application
|
||||||
version: "5.2.1"
|
version: "5.2.2"
|
||||||
appVersion: "1.24"
|
appVersion: "1.24"
|
||||||
kubeVersion: ">= 1.21.0-0 < 1.31.0-0"
|
kubeVersion: ">= 1.21.0-0 < 1.31.0-0"
|
||||||
home: https://clear.ml
|
home: https://clear.ml
|
||||||
@ -11,8 +11,8 @@ sources:
|
|||||||
- https://github.com/allegroai/clearml-helm-charts
|
- https://github.com/allegroai/clearml-helm-charts
|
||||||
- https://github.com/allegroai/clearml
|
- https://github.com/allegroai/clearml
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: valeriano-manassero
|
- name: filippo-clearml
|
||||||
url: https://github.com/valeriano-manassero
|
url: https://github.com/filippo-clearml
|
||||||
keywords:
|
keywords:
|
||||||
- clearml
|
- clearml
|
||||||
- "machine learning"
|
- "machine learning"
|
||||||
@ -20,5 +20,5 @@ keywords:
|
|||||||
- "task agent"
|
- "task agent"
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: fixed
|
- kind: changed
|
||||||
description: Create queue must be disabled by default to preserve backward compatibility
|
description: Updated README
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# ClearML Kubernetes Agent
|
# ClearML Kubernetes Agent
|
||||||
|
|
||||||
![Version: 5.2.1](https://img.shields.io/badge/Version-5.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.24](https://img.shields.io/badge/AppVersion-1.24-informational?style=flat-square)
|
![Version: 5.2.2](https://img.shields.io/badge/Version-5.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.24](https://img.shields.io/badge/AppVersion-1.24-informational?style=flat-square)
|
||||||
|
|
||||||
MLOps platform Task running agent
|
MLOps platform Task running agent
|
||||||
|
|
||||||
@ -10,13 +10,21 @@ MLOps platform Task running agent
|
|||||||
|
|
||||||
| Name | Email | Url |
|
| Name | Email | Url |
|
||||||
| ---- | ------ | --- |
|
| ---- | ------ | --- |
|
||||||
| valeriano-manassero | | <https://github.com/valeriano-manassero> |
|
| filippo-clearml | | <https://github.com/filippo-clearml> |
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
The **clearml-agent** is the Kubernetes agent for for [ClearML](https://github.com/allegroai/clearml).
|
The **clearml-agent** is the Kubernetes agent for for [ClearML](https://github.com/allegroai/clearml).
|
||||||
It allows you to schedule distributed experiments on a Kubernetes cluster.
|
It allows you to schedule distributed experiments on a Kubernetes cluster.
|
||||||
|
|
||||||
|
## Add to local Helm repository
|
||||||
|
|
||||||
|
To add this chart to your local Helm repository:
|
||||||
|
|
||||||
|
```
|
||||||
|
helm repo add allegroai https://allegroai.github.io/clearml-helm-charts
|
||||||
|
```
|
||||||
|
|
||||||
# Upgrading Chart
|
# Upgrading Chart
|
||||||
|
|
||||||
## Upgrades/ Values upgrades
|
## Upgrades/ Values upgrades
|
||||||
|
@ -14,6 +14,14 @@
|
|||||||
The **clearml-agent** is the Kubernetes agent for for [ClearML](https://github.com/allegroai/clearml).
|
The **clearml-agent** is the Kubernetes agent for for [ClearML](https://github.com/allegroai/clearml).
|
||||||
It allows you to schedule distributed experiments on a Kubernetes cluster.
|
It allows you to schedule distributed experiments on a Kubernetes cluster.
|
||||||
|
|
||||||
|
## Add to local Helm repository
|
||||||
|
|
||||||
|
To add this chart to your local Helm repository:
|
||||||
|
|
||||||
|
```
|
||||||
|
helm repo add allegroai https://allegroai.github.io/clearml-helm-charts
|
||||||
|
```
|
||||||
|
|
||||||
# Upgrading Chart
|
# Upgrading Chart
|
||||||
|
|
||||||
## Upgrades/ Values upgrades
|
## Upgrades/ Values upgrades
|
||||||
|
Loading…
Reference in New Issue
Block a user