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

Fix producer-app CronJob name exceeding Kubernetes character limit #549

Closed
disrupted opened this issue Dec 5, 2024 · 0 comments · Fixed by #550
Closed

Fix producer-app CronJob name exceeding Kubernetes character limit #549

disrupted opened this issue Dec 5, 2024 · 0 comments · Fixed by #550
Assignees
Labels
type/bug Something isn't working

Comments

@disrupted
Copy link
Member

Kubernetes limits metadata.name for CronJob to 52 characters.

https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/#:~:text=The%20name%20of%20a%20CronJob,no%20longer%20than%2052%20characters.

we should implement existing trimming + hashing logic for producer-app to further restrict its nameOverride.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant