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

Implement health check for Kubernetes jobs #608

Merged
merged 1 commit into from
Apr 1, 2022

Conversation

aryan9600
Copy link
Member

@aryan9600 aryan9600 commented Mar 31, 2022

This PR enables the controller to wait for Kubernetes Jobs to complete when spec.wait is set to true.

Fix: #553

Signed-off-by: Sanskar Jaiswal sanskar.jaiswal@weave.works

@stefanprodan stefanprodan added enhancement New feature or request area/kstatus Health checking related issues and pull requests labels Apr 1, 2022
Signed-off-by: Sanskar Jaiswal <sanskar.jaiswal@weave.works>
@stefanprodan stefanprodan changed the title Add custom statusreader for jobs Implement health check for Kubernetes jobs Apr 1, 2022
Copy link
Member

@stefanprodan stefanprodan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Thanks @aryan9600 🏅

@stefanprodan stefanprodan merged commit 3ebc24e into fluxcd:main Apr 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kstatus Health checking related issues and pull requests enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wait for Kubernetes Jobs to complete
2 participants