mirror of
https://github.com/clearml/clearml-agent
synced 2025-02-07 05:19:17 +00:00
Fix README
This commit is contained in:
parent
84706ba66d
commit
aede6f4bac
@ -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`
|
||||
* 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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user