reanahub / reana-job-controller

REANA Job Controller
http://reana-job-controller.readthedocs.io/
MIT License
2 stars 38 forks source link

kerberos: job-controller pod keeps running until time limit when kerberos is enabled #449

Closed mdonadoni closed 6 months ago

mdonadoni commented 7 months ago

When Kerberos is enabled, the sidecar container that renews the Kerberos ticket never stops running, because the file /krb5_cache/status_file that is used to stop it is never created. This means that the job-controller pod is kept in a Terminating status for a long time, until the Kubernetes deadline is reached.