diff --git a/docker/k8s-glue/README b/docker/k8s-glue/README.md similarity index 56% rename from docker/k8s-glue/README rename to docker/k8s-glue/README.md index 7f7a8a2..c980792 100644 --- a/docker/k8s-glue/README +++ b/docker/k8s-glue/README.md @@ -4,5 +4,12 @@ Please note that ClearML credentials and server addresses should either be fille 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 create secret generic k8s-glue-pod-template --from-file=pod_template.yml` -* Apply the k8s glue template: `kubectl apply -f k8s-glue.yml` \ No newline at end of file +* Create a secret from pod_template.yml: + ```bash + kubectl -n clearml create secret generic k8s-glue-pod-template --from-file=pod_template.yml + ``` +* Apply the k8s glue template: + ```bash + kubectl -n clearml apply -f k8s-glue.yml + ``` + \ No newline at end of file