headlamp-k8s / headlamp

A Kubernetes web UI that is fully-featured, user-friendly and extensible
https://headlamp.dev
Apache License 2.0
2.22k stars 156 forks source link

Jobs spawned from a cronjob don't appear in the cronjob jobs table #1399

Closed spasche closed 11 months ago

spasche commented 1 year ago

I noticed that when a job is manually spawned from a cronjob using the "Spawn job" button, its created job doesn't appear in the cronjob jobs table.

Tested with headlamp version 0.19.1 and a k3s cluster at version 1.27.5.

joaquimrocha commented 1 year ago

Yeah. Must be a bug (forgotten ref) in the YAML we generate for the Job. Thanks for reporting. We'll take a look.