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

Remove cronjob concurrency as istio sidecar forces pod to stay alive #3741

Merged
merged 1 commit into from
May 26, 2022

Conversation

FestiveKyle
Copy link
Collaborator

istio sidecar injection forces pod from job to stay alive even if main container is complete. This causes a pile-up of pods as they are never terminated. This workaround turns off concurrency for pods - replacing the previous pod instead of only creating a new one.

@FestiveKyle FestiveKyle merged commit 7e9e9bd into master May 26, 2022
@FestiveKyle FestiveKyle deleted the remove-cronjob-concurrency branch May 26, 2022 18:57
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.

None yet

2 participants