Hi guys, I’m trying to deploy ClearML to K8s. When I try to execute a pipeline (from the examples) on a remote worker, I get an "aborted" run status and see ...
17 days ago
clearml:
existingAgentk8sglueSecret: "clearml-agent-keys"
existingClearmlConfigSecret: "clearml-agent-conf"
agentk8sglue:
queue: "cpu"
createQueueIfNotExists: true
replicaCount: 1
apiServerUrlReference: "
"
fileServerUrlReference: "
"
webServerUrlReference: "
"
nodeSelector:
custom.pool: clearml-pool
tolerations:
- key: "custom.pool"
operator: "Equal"
value: "clearml-pool"
effect: "NoSchedule"
- key...
queue cpu created in ui
Hi guys, i have the same issue:
ERROR: Could not push back task [bcfb8fdb35ec47dbbdfe4df2a003b6b1] to k8s pending queue k8s_scheduler [9680e8b47e644286895ad8760937ee51], error: Validation error (Cannot skip setting execution queue for a task that is not enqueued or does not have execution queue set
I only changed in values:
queue: "cpu"
createQueueIfNotExists: false
replicaCount: 1
apiServerUrlReference: "
"
fileServerUrlReference: "
"
web...