supply labels to k8s workflow runner
- Dominant language
- Python
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Calrissian now has support for supply labels: https://github.com/Duke-GCB/calrissian/pull/48
This can be done by adding `--pod-labels ` to the calrissian command line.
The can be YAML or JSON dictionary of labels to be applied to pods created by calrissian.
This would help with debugging and cleanup.
Code where we build arguments to clarissian:
https://github.com/Duke-GCB/lando/blob/da2c40ef588578993a45c46f20676a691ef68067/lando/k8s/jobmanager.py#L171-L175
Code where we pass labels to k8s for the job that runs calrissian:
https://github.com/Duke-GCB/lando/blob/da2c40ef588578993a45c46f20676a691ef68067/lando/k8s/jobmanager.py#L193
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.