You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calrissian now has support for supply labels: Duke-GCB/calrissian#48
This can be done by adding --pod-labels <yaml_file> to the calrissian command line.
The <yaml_file> can be YAML or JSON dictionary of labels to be applied to pods created by calrissian.
This would help with debugging and cleanup.
Calrissian now has support for supply labels: Duke-GCB/calrissian#48
This can be done by adding
--pod-labels <yaml_file>
to the calrissian command line.The <yaml_file> 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:
lando/lando/k8s/jobmanager.py
Lines 171 to 175 in da2c40e
Code where we pass labels to k8s for the job that runs calrissian:
lando/lando/k8s/jobmanager.py
Line 193 in da2c40e
The text was updated successfully, but these errors were encountered: