Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-40691: Make Pod creation from a Job more correct in mock #202

Merged
merged 1 commit into from
Sep 8, 2023

Conversation

rra
Copy link
Member

@rra rra commented Sep 8, 2023

Randomize the Pod name in a similar way that Kubernetes does when the default generateName behavior is used. If an explicit name was set in the pod template in the Job, use that name; don't replace it with a generated name. Honor generateName set in the pod template in the Job.

Randomize the Pod name in a similar way that Kubernetes does when
the default generateName behavior is used. If an explicit name was
set in the pod template in the Job, use that name; don't replace it
with a generated name. Honor generateName set in the pod template
in the Job.
@rra rra merged commit 14b0b58 into main Sep 8, 2023
@rra rra deleted the tickets/DM-40691 branch September 8, 2023 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant