mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-04-17 01:31:13 +00:00
Fixed: ClearML org rename
This commit is contained in:
parent
4cd31fa843
commit
4a5e8bb944
@ -2,14 +2,14 @@ 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.3.0"
|
version: "5.3.1"
|
||||||
appVersion: "1.24"
|
appVersion: "1.24"
|
||||||
kubeVersion: ">= 1.21.0-0 < 1.32.0-0"
|
kubeVersion: ">= 1.21.0-0 < 1.32.0-0"
|
||||||
home: https://clear.ml
|
home: https://clear.ml
|
||||||
icon: https://raw.githubusercontent.com/allegroai/clearml/master/docs/clearml-logo.svg
|
icon: https://raw.githubusercontent.com/clearml/clearml/master/docs/clearml-logo.svg
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/allegroai/clearml-helm-charts
|
- https://github.com/clearml/clearml-helm-charts
|
||||||
- https://github.com/allegroai/clearml
|
- https://github.com/clearml/clearml
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: filippo-clearml
|
- name: filippo-clearml
|
||||||
url: https://github.com/filippo-clearml
|
url: https://github.com/filippo-clearml
|
||||||
@ -20,5 +20,5 @@ keywords:
|
|||||||
- "task agent"
|
- "task agent"
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: added
|
- kind: fixed
|
||||||
description: "Support for additional ServiceAccount annotations"
|
description: "ClearML org rename"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# ClearML Kubernetes Agent
|
# ClearML Kubernetes Agent
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
||||||
MLOps platform Task running agent
|
MLOps platform Task running agent
|
||||||
|
|
||||||
@ -14,7 +14,7 @@ MLOps platform Task running agent
|
|||||||
|
|
||||||
## 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/clearml/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
|
## Add to local Helm repository
|
||||||
@ -22,7 +22,7 @@ It allows you to schedule distributed experiments on a Kubernetes cluster.
|
|||||||
To add this chart to your local Helm repository:
|
To add this chart to your local Helm repository:
|
||||||
|
|
||||||
```
|
```
|
||||||
helm repo add allegroai https://allegroai.github.io/clearml-helm-charts
|
helm repo add clearml https://clearml.github.io/clearml-helm-charts
|
||||||
```
|
```
|
||||||
|
|
||||||
# Upgrading Chart
|
# Upgrading Chart
|
||||||
@ -33,13 +33,13 @@ Updating to latest version of this chart can be done in two steps:
|
|||||||
|
|
||||||
```
|
```
|
||||||
helm repo update
|
helm repo update
|
||||||
helm upgrade clearml-agent allegroai/clearml-agent
|
helm upgrade clearml-agent clearml/clearml-agent
|
||||||
```
|
```
|
||||||
|
|
||||||
Changing values on existing installation can be done with:
|
Changing values on existing installation can be done with:
|
||||||
|
|
||||||
```
|
```
|
||||||
helm upgrade clearml-agent allegroai/clearml-agent --version <CURRENT CHART VERSION> -f custom_values.yaml
|
helm upgrade clearml-agent clearml/clearml-agent --version <CURRENT CHART VERSION> -f custom_values.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
### Major upgrade from 3.* to 4.*
|
### Major upgrade from 3.* to 4.*
|
||||||
@ -50,8 +50,8 @@ Before issuing helm upgrade:
|
|||||||
|
|
||||||
## Source Code
|
## Source Code
|
||||||
|
|
||||||
* <https://github.com/allegroai/clearml-helm-charts>
|
* <https://github.com/clearml/clearml-helm-charts>
|
||||||
* <https://github.com/allegroai/clearml>
|
* <https://github.com/clearml/clearml>
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
@ -61,7 +61,7 @@ Kubernetes: `>= 1.21.0-0 < 1.32.0-0`
|
|||||||
|
|
||||||
| Key | Type | Default | Description |
|
| Key | Type | Default | Description |
|
||||||
|-----|------|---------|-------------|
|
|-----|------|---------|-------------|
|
||||||
| agentk8sglue | object | `{"additionalClusterRoleBindings":[],"additionalRoleBindings":[],"affinity":{},"annotations":{},"apiServerUrlReference":"https://api.clear.ml","basePodTemplate":{"affinity":{},"annotations":{},"containerSecurityContext":{},"env":[],"fileMounts":[],"hostAliases":[],"initContainers":[],"labels":{},"nodeSelector":{},"podSecurityContext":{},"priorityClassName":"","resources":{},"schedulerName":"","tolerations":[],"volumeMounts":[],"volumes":[]},"clearmlcheckCertificate":true,"containerSecurityContext":{},"createQueueIfNotExists":false,"defaultContainerImage":"ubuntu:18.04","extraEnvs":[],"fileMounts":[],"fileServerUrlReference":"https://files.clear.ml","image":{"registry":"","repository":"allegroai/clearml-agent-k8s-base","tag":"1.24-21"},"initContainers":{"resources":{}},"labels":{},"nodeSelector":{},"podSecurityContext":{},"queue":"default","replicaCount":1,"resources":{},"serviceAccountAnnotations":{},"serviceExistingAccountName":"","tolerations":[],"volumeMounts":[],"volumes":[],"webServerUrlReference":"https://app.clear.ml"}` | This agent will spawn queued experiments in new pods, a good use case is to combine this with GPU autoscaling nodes. https://github.com/allegroai/clearml-agent/tree/master/docker/k8s-glue |
|
| agentk8sglue | object | `{"additionalClusterRoleBindings":[],"additionalRoleBindings":[],"affinity":{},"annotations":{},"apiServerUrlReference":"https://api.clear.ml","basePodTemplate":{"affinity":{},"annotations":{},"containerSecurityContext":{},"env":[],"fileMounts":[],"hostAliases":[],"initContainers":[],"labels":{},"nodeSelector":{},"podSecurityContext":{},"priorityClassName":"","resources":{},"schedulerName":"","tolerations":[],"volumeMounts":[],"volumes":[]},"clearmlcheckCertificate":true,"containerSecurityContext":{},"createQueueIfNotExists":false,"defaultContainerImage":"ubuntu:18.04","extraEnvs":[],"fileMounts":[],"fileServerUrlReference":"https://files.clear.ml","image":{"registry":"","repository":"allegroai/clearml-agent-k8s-base","tag":"1.24-21"},"initContainers":{"resources":{}},"labels":{},"nodeSelector":{},"podSecurityContext":{},"queue":"default","replicaCount":1,"resources":{},"serviceAccountAnnotations":{},"serviceExistingAccountName":"","tolerations":[],"volumeMounts":[],"volumes":[],"webServerUrlReference":"https://app.clear.ml"}` | This agent will spawn queued experiments in new pods, a good use case is to combine this with GPU autoscaling nodes. https://github.com/clearml/clearml-agent/tree/master/docker/k8s-glue |
|
||||||
| agentk8sglue.additionalClusterRoleBindings | list | `[]` | additional existing ClusterRoleBindings |
|
| agentk8sglue.additionalClusterRoleBindings | list | `[]` | additional existing ClusterRoleBindings |
|
||||||
| agentk8sglue.additionalRoleBindings | list | `[]` | additional existing RoleBindings |
|
| agentk8sglue.additionalRoleBindings | list | `[]` | additional existing RoleBindings |
|
||||||
| agentk8sglue.affinity | object | `{}` | affinity setup for Agent pod (example in values.yaml comments) |
|
| agentk8sglue.affinity | object | `{}` | affinity setup for Agent pod (example in values.yaml comments) |
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
## 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/clearml/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
|
## Add to local Helm repository
|
||||||
@ -19,7 +19,7 @@ It allows you to schedule distributed experiments on a Kubernetes cluster.
|
|||||||
To add this chart to your local Helm repository:
|
To add this chart to your local Helm repository:
|
||||||
|
|
||||||
```
|
```
|
||||||
helm repo add allegroai https://allegroai.github.io/clearml-helm-charts
|
helm repo add clearml https://clearml.github.io/clearml-helm-charts
|
||||||
```
|
```
|
||||||
|
|
||||||
# Upgrading Chart
|
# Upgrading Chart
|
||||||
@ -30,13 +30,13 @@ Updating to latest version of this chart can be done in two steps:
|
|||||||
|
|
||||||
```
|
```
|
||||||
helm repo update
|
helm repo update
|
||||||
helm upgrade clearml-agent allegroai/clearml-agent
|
helm upgrade clearml-agent clearml/clearml-agent
|
||||||
```
|
```
|
||||||
|
|
||||||
Changing values on existing installation can be done with:
|
Changing values on existing installation can be done with:
|
||||||
|
|
||||||
```
|
```
|
||||||
helm upgrade clearml-agent allegroai/clearml-agent --version <CURRENT CHART VERSION> -f custom_values.yaml
|
helm upgrade clearml-agent clearml/clearml-agent --version <CURRENT CHART VERSION> -f custom_values.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
### Major upgrade from 3.* to 4.*
|
### Major upgrade from 3.* to 4.*
|
||||||
|
|||||||
@ -46,7 +46,7 @@ clearml:
|
|||||||
|
|
||||||
# -- This agent will spawn queued experiments in new pods, a good use case is to combine this with
|
# -- This agent will spawn queued experiments in new pods, a good use case is to combine this with
|
||||||
# GPU autoscaling nodes.
|
# GPU autoscaling nodes.
|
||||||
# https://github.com/allegroai/clearml-agent/tree/master/docker/k8s-glue
|
# https://github.com/clearml/clearml-agent/tree/master/docker/k8s-glue
|
||||||
agentk8sglue:
|
agentk8sglue:
|
||||||
# -- Glue Agent image configuration
|
# -- Glue Agent image configuration
|
||||||
image:
|
image:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user