Fix README

This commit is contained in:
allegroai 2021-08-03 11:30:27 +03:00
parent 84706ba66d
commit aede6f4bac

View File

@ -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. building the glue docker or provided in the k8s-glue.yml template.
To run, you'll need to: 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` * Create a secret from pod_template.yml:
* Apply the k8s glue template: `kubectl apply -f k8s-glue.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
```