Skip to content
Snippets Groups Projects

Reviewing Nomad docs

Merged Marta Vila Fernandes requested to merge nomadr into master
2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -29,7 +29,7 @@ There's some basic monitoring available here:
@@ -29,7 +29,7 @@ There's some basic monitoring available here:
From the UI you can find out which node the docker container is running - to ease testing you may want to add something like `sleep 10000` in your scripts to eventually debug your code via a `docker exec -it <container> /bin/bash`
From the UI you can find out which node the docker container is running - to ease testing you may want to add something like `sleep 10000` in your scripts to eventually debug your code via a `docker exec -it <container> /bin/bash`
You can also check job logs on <https://es-linux6.cern.ch/kibana_private/goto/457a50cecb4bfa257bdfafaa5273e312> (filter `NOMAD_TASK_NAME=task_name` as in `NOMAD_TASK_NAME=prod_centos8_snapshots`).
You can also check job logs on <https://es-linux.cern.ch/kibana/goto/35aa8869cc6ea88d1a384d6af96703ad?security_tenant=internal> (filter `NOMAD_TASK_NAME=task_name` as in `NOMAD_TASK_NAME=prod_yumsnapshot`).
## Cronjobs
## Cronjobs
Loading