Job IDs are UUIDs which leads to very long job/task/pod/services names and sometimes makes us hit the 63 character length restriction for names in k8s. We should either revise the naming scheme (not creating names by appending to the name of the next higher object) or use a space-efficient encoding of UUIDs (see e.g., https://github.com/lithammer/shortuuid).
This issue has been marked stale because it has been open for 90 days with no activity. It will be automatically closed in 30 days if no further activity occurs.
Job IDs are UUIDs which leads to very long job/task/pod/services names and sometimes makes us hit the 63 character length restriction for names in k8s. We should either revise the naming scheme (not creating names by appending to the name of the next higher object) or use a space-efficient encoding of UUIDs (see e.g., https://github.com/lithammer/shortuuid).