mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-04-17 01:31:13 +00:00
parent
7ff2f94d1a
commit
aa761dd450
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
name: clearml
|
name: clearml
|
||||||
description: MLOps platform
|
description: MLOps platform
|
||||||
type: application
|
type: application
|
||||||
version: "2.3.0"
|
version: "2.4.0"
|
||||||
appVersion: "1.1.1"
|
appVersion: "1.1.1"
|
||||||
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/allegroai/clearml/master/docs/clearml-logo.svg
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# ClearML Ecosystem for Kubernetes
|
# ClearML Ecosystem for Kubernetes
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
||||||
MLOps platform
|
MLOps platform
|
||||||
|
|
||||||
@ -121,6 +121,7 @@ For detailed instructions, see the [Optional Configuration](https://github.com/a
|
|||||||
| agentGroups.agent-group-cpu.clearmlGitPassword | string | `nil` | |
|
| agentGroups.agent-group-cpu.clearmlGitPassword | string | `nil` | |
|
||||||
| agentGroups.agent-group-cpu.clearmlGitUser | string | `nil` | |
|
| agentGroups.agent-group-cpu.clearmlGitUser | string | `nil` | |
|
||||||
| agentGroups.agent-group-cpu.clearmlSecretKey | string | `nil` | |
|
| agentGroups.agent-group-cpu.clearmlSecretKey | string | `nil` | |
|
||||||
|
| agentGroups.agent-group-cpu.enabled | bool | `true` | |
|
||||||
| agentGroups.agent-group-cpu.image.pullPolicy | string | `"IfNotPresent"` | |
|
| agentGroups.agent-group-cpu.image.pullPolicy | string | `"IfNotPresent"` | |
|
||||||
| agentGroups.agent-group-cpu.image.repository | string | `"ubuntu"` | |
|
| agentGroups.agent-group-cpu.image.repository | string | `"ubuntu"` | |
|
||||||
| agentGroups.agent-group-cpu.image.tag | string | `"18.04"` | |
|
| agentGroups.agent-group-cpu.image.tag | string | `"18.04"` | |
|
||||||
@ -144,6 +145,7 @@ For detailed instructions, see the [Optional Configuration](https://github.com/a
|
|||||||
| agentGroups.agent-group-gpu.clearmlGitPassword | string | `nil` | |
|
| agentGroups.agent-group-gpu.clearmlGitPassword | string | `nil` | |
|
||||||
| agentGroups.agent-group-gpu.clearmlGitUser | string | `nil` | |
|
| agentGroups.agent-group-gpu.clearmlGitUser | string | `nil` | |
|
||||||
| agentGroups.agent-group-gpu.clearmlSecretKey | string | `nil` | |
|
| agentGroups.agent-group-gpu.clearmlSecretKey | string | `nil` | |
|
||||||
|
| agentGroups.agent-group-gpu.enabled | bool | `true` | |
|
||||||
| agentGroups.agent-group-gpu.image.pullPolicy | string | `"IfNotPresent"` | |
|
| agentGroups.agent-group-gpu.image.pullPolicy | string | `"IfNotPresent"` | |
|
||||||
| agentGroups.agent-group-gpu.image.repository | string | `"nvidia/cuda"` | |
|
| agentGroups.agent-group-gpu.image.repository | string | `"nvidia/cuda"` | |
|
||||||
| agentGroups.agent-group-gpu.image.tag | string | `"11.0-base-ubuntu18.04"` | |
|
| agentGroups.agent-group-gpu.image.tag | string | `"11.0-base-ubuntu18.04"` | |
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
{{- range $key, $value := .Values.agentGroups }}
|
{{- range $key, $value := .Values.agentGroups }}
|
||||||
{{- with $value }}
|
{{- with $value }}
|
||||||
|
{{- if .enabled }}
|
||||||
---
|
---
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
@ -114,3 +115,4 @@ spec:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- end }}
|
||||||
|
@ -188,6 +188,7 @@ agentservices:
|
|||||||
|
|
||||||
agentGroups:
|
agentGroups:
|
||||||
agent-group-cpu:
|
agent-group-cpu:
|
||||||
|
enabled: true
|
||||||
name: agent-group-cpu
|
name: agent-group-cpu
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
updateStrategy: Recreate
|
updateStrategy: Recreate
|
||||||
@ -221,6 +222,7 @@ agentGroups:
|
|||||||
affinity: {}
|
affinity: {}
|
||||||
|
|
||||||
agent-group-gpu:
|
agent-group-gpu:
|
||||||
|
enabled: true
|
||||||
name: agent-group-gpu
|
name: agent-group-gpu
|
||||||
replicaCount: 0
|
replicaCount: 0
|
||||||
updateStrategy: Recreate
|
updateStrategy: Recreate
|
||||||
|
Loading…
Reference in New Issue
Block a user