clearml-agent/docker/k8s-glue
FeU-aKlos a2758250b2
Fix queue handling in K8sIntegration and k8s_glue_example.py (#183)
* Fix queue handling in K8sIntegration and k8s_glue_example.py

* Update Dockerfile and k8s_glue_example.py

* Add executable permission to provider_entrypoint.sh

* ADJUST docker

* Update clearml-agent version

* ADDJUST stuff

* ADJUST queue string handling

* DELETE pip install from own repo
2024-02-29 14:20:54 +02:00
..
build-resources Fix queue handling in K8sIntegration and k8s_glue_example.py (#183) 2024-02-29 14:20:54 +02:00
glue-build Fix queue handling in K8sIntegration and k8s_glue_example.py (#183) 2024-02-29 14:20:54 +02:00
glue-build-aws Fix queue handling in K8sIntegration and k8s_glue_example.py (#183) 2024-02-29 14:20:54 +02:00
glue-build-gcp Fix queue handling in K8sIntegration and k8s_glue_example.py (#183) 2024-02-29 14:20:54 +02:00
task-pod-build Update docker example for k8s glue 2021-08-05 19:22:56 +03:00
build-image-helper.sh Fix queue handling in K8sIntegration and k8s_glue_example.py (#183) 2024-02-29 14:20:54 +02:00
k8s-glue-aws.yml Update docker example for k8s glue 2021-08-05 19:22:56 +03:00
k8s-glue-gcp.yml Update docker example for k8s glue 2021-08-05 19:22:56 +03:00
pod_template.yml Add docker example for running the agent k8s glue as a pod in a k8s cluster 2021-08-03 11:23:33 +03:00
README.md Update docker example for k8s glue 2021-08-05 19:22:56 +03:00

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