mirror of
https://github.com/clearml/clearml-agent
synced 2025-06-26 18:16:15 +00:00
* add uv as a package manager * update configs * update worker and defs * update environ * Update configs to highlight sync command * rename to sync_extra_args and set UV_CACHE_DIR |
||
|---|---|---|
| .. | ||
| build-resources | ||
| glue-build | ||
| glue-build-aws | ||
| glue-build-gcp | ||
| task-pod-build | ||
| build-image-helper.sh | ||
| k8s-glue-aws.yml | ||
| k8s-glue-gcp.yml | ||
| pod_template.yml | ||
| README.md | ||
This folder contains an example docker and templates for running the k8s glue as a pod in a k8s cluster
Please note that ClearML credentials and server addresses should either be filled in the clearml.conf file before building the glue docker or provided in the k8s-glue.yml template.
To run, you'll need to:
- Create a secret from pod_template.yml:
kubectl -n clearml create secret generic k8s-glue-pod-template --from-file=pod_template.yml - Apply the k8s glue template:
kubectl -n clearml apply -f k8s-glue.yml