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

Update Containers Probes in Jenkins #1195

Merged
merged 3 commits into from Jan 31, 2023

Conversation

braisvq1996
Copy link
Contributor

@braisvq1996 braisvq1996 commented Jan 20, 2023

fix for #1191

This is needed as we have seen in our biggest cluster issues with Jenkins and its probes due to the amount of the instances

@metmajer @michaelsauter

@braisvq1996 braisvq1996 added this to To Do in ODS Maintenance via automation Jan 20, 2023
@braisvq1996 braisvq1996 linked an issue Jan 20, 2023 that may be closed by this pull request
michaelsauter
michaelsauter previously approved these changes Jan 23, 2023
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 3
failureThreshold: 30
Copy link
Member

Choose a reason for hiding this comment

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

Maybe this failureThreshold and the one of the livenessProbe could be reduced now that there is a separate startupProbe?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I have made a quick test and we can reduce it safelly to 15 for both probes, but i would maintain the one for the StartupProbe

reduce failureThreshold for readiness and liveness Probes
@braisvq1996 braisvq1996 merged commit 044bcfc into opendevstack:master Jan 31, 2023
ODS Maintenance automation moved this from To Do to Done Jan 31, 2023
@braisvq1996 braisvq1996 deleted the update-probes branch January 31, 2023 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

Update Containers Probes in Jenkins
2 participants